Home
last modified time | relevance | path

Searched refs:ispCatch (Results 1 – 2 of 2) sorted by relevance

/dports/lang/yorick/yorick-y_2_2_04/yorick/
H A Dfnctn.c75 extern long ispCatch; /* in task.c */
476 if ((sp-1-spBottom)<=ispCatch) YCatchDrop(sp-1-spBottom); in Return()
544 if ((sp-spBottom)<=ispCatch) YCatchDrop(sp-spBottom); in AbortReturn()
H A Dtask.c95 extern long ispCatch; /* used in fnctn.c */
96 long ispCatch= 0; variable
2019 if (n_catchers>0) ispCatch= catchers[n_catchers-1].isp; in YCatchDrop()
2020 else ispCatch= 0; in YCatchDrop()
2107 catcher->isp= ispCatch= isp; in Y_catch()