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

/freebsd-11.0-release/release/picobsd/tinyware/msh/
H A Dsh3.c636 ofail = failpt;
644 if (setjmp(failpt = rt) == 0 && yyparse() == 0)
650 failpt = ofail;
757 ofail = failpt;
758 if (setjmp(failpt = ex) == 0)
760 failpt = ofail;
H A Dsh1.c238 setjmp(failpt = m1); /* Bruce Evans' fix */
239 if (setjmp(failpt = m1) || yyparse() || intr) {
268 longjmp(failpt, 1);
H A Dsh.h111 Extern xint *failpt; variable

Completed in 101 milliseconds