Home | Sort by: relevance | last modified time | path |
/src/usr.bin/mail/ | |
tty.c | 54 static jmp_buf tty_jmpbuf; /* Place to go when interrupted */ variable in typeref:typename:jmp_buf 276 longjmp(tty_jmpbuf, 1); 313 if ((retval = setjmp(tty_jmpbuf)) != 0) { |