Searched refs:pfork (Results 1 – 5 of 5) sorted by relevance
261 int pfork(struct command *, int);
213 pid = pfork(t, wanttty); in execute()
458 if (pfork(&faket, -1) == 0) { in exp6()
663 if (pfork(&faket, -1) == 0) { in backeval()
1245 pfork(struct command *t /* command we are forking for */, int wanttty) in pfork() function