Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dsh.sem.c83 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() argument
97 (void) &wanttty; in execute()
184 wanttty = 0; in execute()
397 if (wanttty >= 0 && !nosigchld) { in execute()
405 pid = pfork(t, wanttty); in execute()
442 if (wanttty >= 0 && !nosigchld && !noexec) { in execute()
553 if (wanttty >= 0) { in execute()
568 pgetty(wanttty, pgrp); in execute()
692 wanttty = -1; in execute()
694 execute(t->t_dspr, wanttty, NULL, NULL, do_glob); in execute()
[all …]
H A Dsh.proc.c1773 pfork(struct command *t, int wanttty) in pfork() argument
1809 if (wanttty < 0) { in pfork()
1838 if (wanttty >= 0) { in pfork()
1855 pgetty(wanttty, pgrp); in pfork()
1887 if (wanttty >= 0) { in pfork()
1931 if (wanttty < 0) in pfork()
1992 pgetty(int wanttty, pid_t pgrp) in pgetty() argument
2000 wanttty, (int)getpid(), (int)pgrp, (int)mygetpgrp(), in pgetty()
2007 if (wanttty > 0) { in pgetty()
2017 if (wanttty > 0) in pgetty()
[all …]