Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.decls.h358 extern pid_t pfork (struct command *, int);
H A Dsh.glob.c746 if (pfork(&faket, -1) == 0) { in backeval()
H A Dsh.sem.c405 pid = pfork(t, wanttty); in execute()
H A Dsh.exp.c575 if (pfork(&faket, -1) == 0) { in exp6()
H A Dtc.os.c812 if (pfork(&faket, -1) == 0) { in dobs2cmd()
H A Dsh.proc.c1773 pfork(struct command *t, int wanttty) in pfork() function