Lines Matching full:local

62 <a name="l00042"></a>00042 <span class="comment"> * \defgroup lc Local continuations</span>
65 <a name="l00045"></a>00045 <span class="comment"> * Local continuations form the basis for implemen…
66 <a name="l00046"></a>00046 <span class="comment"> * local continuation can be &lt;i&gt;set&lt;/i&gt…
67 …00047 <span class="comment"> * capture the state of the function. After a local continuation has</…
69 <a name="l00049"></a>00049 <span class="comment"> * function at the point where the local continuat…
76 <a name="l00056"></a>00056 <span class="comment"> * Local continuations</span>
84 <a name="l00064"></a>00064 <span class="comment"> * Initialize a local continuation.</span>
86 <a name="l00066"></a>00066 <span class="comment"> * This operation initializes the local continuati…
94 <a name="l00074"></a>00074 <span class="comment"> * Set a local continuation.</span>
99 <a name="l00079"></a>00079 <span class="comment"> * call-stack or local (automatic) variables, but …
107 <a name="l00087"></a>00087 <span class="comment"> * Resume a local continuation.</span>
109 …89 <span class="comment"> * The resume operation resumes a previously set local continuation, thus…
110 …>00090 <span class="comment"> * restoring the state in which the function was when the local</span>
111 <a name="l00091"></a>00091 <span class="comment"> * continuation was set. If the local continuation…
119 <a name="l00099"></a>00099 <span class="comment"> * Mark the end of local continuation usage.</span>
121 <a name="l00101"></a>00101 <span class="comment"> * The end operation signifies that local continua…
123 <a name="l00103"></a>00103 <span class="comment"> * most implementations of local continuation, but…
133 <a name="l00113"></a>00113 <span class="comment"> * The local continuation type.</span>