Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tip/
H A Dtip.c315 stoprompt = 0; in prompt()
329 return (stoprompt || p == b); in prompt()
341 stoprompt = 1; in intprompt()
H A Dtip.h252 int stoprompt; /* for interrupting a prompt session */ variable
H A Dcmds.c641 if (stoprompt) in chdirectory()