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

  /src/usr.bin/tip/
tip.c 351 static jmp_buf promptbuf; variable in typeref:typename:jmp_buf
370 if (setjmp(promptbuf) == 0)
393 longjmp(promptbuf, 1);
tip.c 351 static jmp_buf promptbuf; variable in typeref:typename:jmp_buf
370 if (setjmp(promptbuf) == 0)
393 longjmp(promptbuf, 1);
tip.c 351 static jmp_buf promptbuf; variable in typeref:typename:jmp_buf
370 if (setjmp(promptbuf) == 0)
393 longjmp(promptbuf, 1);

Completed in 158 milliseconds