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

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

Completed in 109 milliseconds