Home
last modified time | relevance | path

Searched refs:Yap_IOBotch (Results 1 – 4 of 4) sorted by relevance

/dports/lang/yap/yap-6.2.2/H/
H A Dyapio.h407 #define Yap_IOBotch Yap_thread_gl[worker_id].io_botch macro
416 extern jmp_buf Yap_IOBotch;
/dports/lang/yap/yap-6.2.2/C/
H A Dparser.c184 siglongjmp(Yap_IOBotch,1); in VarNames()
H A Dinit.c114 jmp_buf Yap_IOBotch; variable
H A Diopreds.c4583 if (setjmp(Yap_IOBotch) == 0) {