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

  /src/bin/ksh/
jobs.c 61 int tcgetpgrp ARGS((int fd));
72 tcgetpgrp(fd) function
358 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) {
360 "j_init: tcgetpgrp() failed: %s",
1164 && (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0)
  /src/bin/sh/
jobs.c 126 static pid_t tcgetpgrp(int fd);
130 tcgetpgrp(int fd) function in typeref:typename:pid_t
192 if ((initialpgrp = tcgetpgrp(ttyfd)) < 0) {
615 if (mflag && gotpid != -1 && tcgetpgrp(ttyfd) != getpid()) {
  /src/lib/libc/include/
namespace.h 748 #define tcgetpgrp _tcgetpgrp macro

Completed in 15 milliseconds