Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.func.c297 if (chkstop == 0 && setintr) { in donewgrp()
321 if (chkstop == 0 && setintr) { in islogin()
478 if (chkstop == 0) { in doexit()
H A Dsh.proc.c785 if (chkstop) in dojobs()
786 chkstop = 2; in dojobs()
1067 chkstop = 2; in panystop()
H A Dsh.h107 bool chkstop; /* Warned of stopped jobs... allow exit */ variable
H A Dsh.c961 if (chkstop) in process()
962 chkstop--; in process()
H A Dsh.lex.c1247 if (chkstop == 0) { in readc()