Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex.h248 var jmp_buf vreslab; /* For error throws to a visual catch */ variable
276 #define CATCH vcatch = 1; if (setjmp(vreslab) == 0) {
H A Dex_cmds2.c186 longjmp(vreslab,1);
H A Dex_vget.c698 longjmp(vreslab,1); in trapalarm()