Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c53 bool chkstop; variable
308 if (chkstop == 0 && setintr) { in donewgrp()
332 if (chkstop == 0 && setintr) { in islogin()
489 if (chkstop == 0) { in doexit()
H A Dsh.proc.c791 if (chkstop) in dojobs()
792 chkstop = 2; in dojobs()
1073 chkstop = 2; in panystop()
H A Dsh.h105 extern bool chkstop; /* Warned of stopped jobs... allow exit */
H A Dsh.c964 if (chkstop) in process()
965 chkstop--; in process()
H A Dsh.lex.c1254 if (chkstop == 0) { in readc()