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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c208 if (vcatch) {
266 if (vcatch && !die) {
268 vcatch = 0;
276 if (str && !vcatch)
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;
H A Dex_v.c534 if (vcatch)

Completed in 287 milliseconds