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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.sem.c99 static int nosigchld = 0; local
384 if (wanttty >= 0 && !nosigchld) {
389 nosigchld = 1;
393 if (pid == 0 && nosigchld) {
395 nosigchld = 0;
429 if (wanttty >= 0 && !nosigchld && !noexec) {
433 nosigchld = 1;
454 onosigchld = nosigchld;
493 nosigchld = onosigchld;
511 if (nosigchld) {
[all...]

Completed in 44 milliseconds