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

/netbsd-current/bin/csh/
H A Dsem.c65 static int nosigchld = 0, onosigchld = 0; local
206 if (wanttty >= 0 && !nosigchld) {
210 nosigchld = 1;
214 if (pid == 0 && nosigchld) {
216 nosigchld = 0;
235 if (wanttty >= 0 && !nosigchld && !noexec) {
239 nosigchld = 1;
255 onosigchld = nosigchld;
277 nosigchld = onosigchld;
296 if (nosigchld) {
[all...]

Completed in 88 milliseconds