Searched refs:wanttty (Results 1 – 2 of 2) sorted by relevance
53 execute(t, wanttty, pipein, pipeout) in execute() argument55 int wanttty, *pipein, *pipeout;68 if ((t->t_dflg & FAND) && wanttty > 0)69 wanttty = 0;161 { forked++; pid = pfork(t, wanttty); }208 if (wanttty >= 0 && tpgrp >= 0)237 if (wanttty >= 0) {247 if (wanttty >= 0 && tpgrp >= 0)249 if (wanttty > 0) {319 wanttty = -1;[all …]
1181 pfork(struct command *t, int wanttty) in pfork() argument1238 if (wanttty >= 0) { in pfork()1249 if (wanttty >= 0 && tpgrp >= 0) in pfork()1251 if (wanttty > 0) { in pfork()1270 if (wanttty >= 0 && tpgrp >= 0) in pfork()