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

/freebsd-10.1-release/contrib/tcsh/
H A Dsh.sem.c87 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, argument
101 (void) &wanttty;
188 wanttty = 0;
384 if (wanttty >= 0 && !nosigchld) {
392 pid = pfork(t, wanttty);
429 if (wanttty >= 0 && !nosigchld && !noexec) {
540 if (wanttty >= 0) {
555 pgetty(wanttty, pgrp);
679 wanttty = -1;
681 execute(t->t_dspr, wanttty, NUL
[all...]
H A Dsh.proc.c1744 pfork(struct command *t, int wanttty) argument
1780 if (wanttty < 0) {
1809 if (wanttty >= 0) {
1826 pgetty(wanttty, pgrp);
1858 if (wanttty >= 0) {
1902 if (wanttty < 0)
1963 pgetty(int wanttty, pid_t pgrp) argument
1970 jobdebug_xprintf(("wanttty %d pid %d opgrp%d pgrp %d tpgrp %d\n",
1971 wanttty, (int)getpid(), (int)pgrp, (int)mygetpgrp(),
1978 if (wanttty >
[all...]

Completed in 66 milliseconds