HomeSort by: relevance | last modified time | path
    Searched defs:pipestop (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
cmd1.c 300 static jmp_buf pipestop; variable in typeref:typename:jmp_buf
307 longjmp(pipestop, 1);
347 if (setjmp(pipestop))
462 if (setjmp(pipestop))
lex.c 376 static jmp_buf pipestop; variable in typeref:typename:jmp_buf
383 longjmp(pipestop, signo);
709 if (setjmp(pipestop))

Completed in 13 milliseconds