Home
last modified time | relevance | path

Searched refs:promptbuf (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/tip/tip/
H A Dtip.c323 static jmp_buf promptbuf; variable
342 if (setjmp(promptbuf) == 0) in prompt()
363 longjmp(promptbuf, 1); in intprompt()