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

/freebsd-9.3-release/bin/sh/
H A Djobs.c87 int in_dowait = 0; /* are we in dowait()? */
96 static pid_t dowait(int, struct job *);
523 } while (dowait(1, (struct job *)NULL) != -1);
970 if (dowait(1, jp) == -1)
1014 dowait(int block, struct job *job) function
1027 TRACE(("dowait(%d) called\n", block));
1162 while (njobs > 0 && dowait(0, NULL) > 0)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h349 extern void dowait (Char **, struct command *);
H A Dsh.init.c174 { "wait", dowait, 0, 0 },
H A Dsh.proc.c588 * dowait - wait for all processes to finish
593 dowait(Char **v, struct command *c) function
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh3.c57 _PROTOTYPE(int dowait, (struct op *t ));
796 dowait(t) function
1115 "wait", dowait,
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c2277 mpt_fc_reset_link(struct mpt_softc *mpt, int dowait) argument
2293 if (dowait) {

Completed in 76 milliseconds