Searched refs:wanttty (Results 1 – 2 of 2) sorted by relevance
51 execute(t, wanttty, pipein, pipeout) in execute() argument53 int wanttty, *pipein, *pipeout;66 if ((t->t_dflg & FAND) && wanttty > 0)67 wanttty = 0;159 { forked++; pid = pfork(t, wanttty); }206 if (wanttty >= 0 && tpgrp >= 0)235 if (wanttty >= 0) {245 if (wanttty >= 0 && tpgrp >= 0)247 if (wanttty > 0) {317 wanttty = -1;[all …]
1187 pfork(struct command *t, int wanttty) in pfork() argument1244 if (wanttty >= 0) { in pfork()1255 if (wanttty >= 0 && tpgrp >= 0) in pfork()1257 if (wanttty > 0) { in pfork()1276 if (wanttty >= 0 && tpgrp >= 0) in pfork()