Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c51 execute(t, wanttty, pipein, pipeout) in execute() argument
53 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 …]
H A Dsh.proc.c1187 pfork(struct command *t, int wanttty) in pfork() argument
1244 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()