Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/tip/
H A Dtip.c301 static sigjmp_buf promptbuf; variable
320 if (sigsetjmp(promptbuf, 1) == 0) in prompt()
343 siglongjmp(promptbuf, 1); in intprompt()