Home | Sort by: relevance | last modified time | path |
/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)) |