Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c206 if (vcatch) { in error0()
264 if (vcatch && !die) { in error1()
266 vcatch = 0; in error1()
274 if (str && !vcatch) in error1()
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.c532 if (vcatch)