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

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfscanf.c67 static jmp_buf ScanTimeOut; variable
72 ** Returns flow of control to where setjmp(ScanTimeOut) was set.
81 ** returns flow of control to setjmp(ScanTimeOut).
93 longjmp(ScanTimeOut, 1);
153 if (setjmp(ScanTimeOut) != 0)

Completed in 20 milliseconds