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

  /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) {

Completed in 13 milliseconds