Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex.h265 var jmp_buf vreslab; /* For error throws to a visual catch */ variable
301 #define CATCH vcatch = 1; if (setjmp(vreslab) == 0) {
H A Dex_cmds2.c272 longjmp(vreslab,1); in error1()
H A Dex_vget.c891 longjmp(vreslab,1); in trapalarm()