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

  /src/bin/ksh/
jobs.c 207 static pid_t restore_ttypgrp = -1; variable in typeref:typename:pid_t
312 if (kshpid == procpid && restore_ttypgrp >= 0) {
320 tcsetpgrp(tty_fd, restore_ttypgrp);
321 setpgid(0, restore_ttypgrp);
386 restore_ttypgrp = our_pgrp;
jobs.c 207 static pid_t restore_ttypgrp = -1; variable in typeref:typename:pid_t
312 if (kshpid == procpid && restore_ttypgrp >= 0) {
320 tcsetpgrp(tty_fd, restore_ttypgrp);
321 setpgid(0, restore_ttypgrp);
386 restore_ttypgrp = our_pgrp;

Completed in 23 milliseconds