Home
last modified time | relevance | path

Searched refs:wanttty (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.sem.c53 execute(t, wanttty, pipein, pipeout) in execute() argument
55 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 …]
H A Dsh.proc.c1181 pfork(struct command *t, int wanttty) in pfork() argument
1238 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()