Searched refs:in_waitcmd (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Djobs.h86 extern int in_waitcmd; /* are we in waitcmd()? */
H A Djobs.c86 int in_waitcmd = 0; /* are we in waitcmd()? */ variable
480 in_waitcmd++;
500 in_waitcmd--;
516 in_waitcmd--;
524 in_waitcmd--;
H A Dtrap.c388 if ((signo == SIGINT || signo == SIGQUIT) && in_waitcmd != 0)

Completed in 61 milliseconds