Searched refs:tcgetpgrp (Results 1 – 8 of 8) sorted by relevance
81 pid_t tcgetpgrp(int);
170 tcgetpgrp(int fd) in tcgetpgrp() function
73 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
83 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
1065 /* Define to 1 if you have the `tcgetpgrp' function. */
1511 tcgetpgrp \
9069 tcgetpgrp \
299 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) { in j_change()1113 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0) in j_waitj()