Home
last modified time | relevance | path

Searched refs:csh_wait3 (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dwait.h100 extern pid_t csh_wait3(union wait *w, int options, struct rusage *rp);
H A Dwait3.c61 csh_wait3(int *status, int options, struct rusage *rp) in csh_wait3() function
H A Dsh.proc.c62 pid = csh_wait3(&w, (setintr ? WNOHANG|WUNTRACED:WNOHANG), &ru); in pchild()