Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Djobs.c224 statjob(struct job *jp, int stat, int fg, int rc) in statjob() function
325 (void) statjob(jp, stat, 0, 0); in collectjobs()
384 done = statjob(jp, stat, 1, 1); in waitjob()
901 (void) statjob(jp, stat, 0, 1);