Searched refs:vcatch (Results 1 – 3 of 3) sorted by relevance
208 if (vcatch) { in error0()266 if (vcatch && !die) { in error1()268 vcatch = 0; in error1()276 if (str && !vcatch) in error1()
264 var bool vcatch; /* Want to catch an error (open/visual) */ variable301 #define CATCH vcatch = 1; if (setjmp(vreslab) == 0) {302 #define ONERR } else { vcatch = 0;303 #define ENDCATCH } vcatch = 0;
534 if (vcatch)