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

/illumos-gate/usr/src/cmd/exstr/
H A Dexstr.c69 static jmp_buf to_eof; variable
126 if (setjmp(to_eof) != 0)
232 longjmp(to_eof, 1);

Completed in 58 milliseconds