Searched defs:vcatch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h264 var bool vcatch; /* Want to catch an error (open/visual) */ variable
301 #define CATCH vcatch = 1; if (setjmp(vreslab) == 0) {
302 #define ONERR } else { vcatch = 0;
303 #define ENDCATCH } vcatch = 0;

Completed in 161 milliseconds