HomeSort by: relevance | last modified time | path
    Searched defs:wanttty (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/csh/
sem.c 66 volatile int wanttty = wtty; local in function:execute
74 UNREGISTER(wanttty);
83 wanttty = 0;
206 if (wanttty >= 0 && !nosigchld) {
213 pid = pfork(t, wanttty);
235 if (wanttty >= 0 && !nosigchld && !noexec) {
319 if (wanttty >= 0) {
333 pgetty(wanttty, pgrp);
390 wanttty = -1;
392 execute(t->t_dspr, wanttty, NULL, NULL)
    [all...]
sem.c 66 volatile int wanttty = wtty; local in function:execute
74 UNREGISTER(wanttty);
83 wanttty = 0;
206 if (wanttty >= 0 && !nosigchld) {
213 pid = pfork(t, wanttty);
235 if (wanttty >= 0 && !nosigchld && !noexec) {
319 if (wanttty >= 0) {
333 pgetty(wanttty, pgrp);
390 wanttty = -1;
392 execute(t->t_dspr, wanttty, NULL, NULL)
    [all...]

Completed in 22 milliseconds