Searched refs:tcgetpgrp (Results 1 – 25 of 28) sorted by relevance
12
29 m_processGroup = tcgetpgrp(0); in GetTTYState()
109 pid_t tcgetpgrp(int);
286 tcgetpgrp(int fd) in tcgetpgrp() function
123 m_process_group = ::tcgetpgrp(0); in Save()
84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
1872 tcgetpgrp \
585 if (getpgrp() != tcgetpgrp(STDOUT_FILENO)) in set_termio_mode()
359 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) { in j_change()1189 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0) in j_waitj()
997 if (getpgrp() != tcgetpgrp(STDOUT_FILENO)) in set_termio_mode()
309 pub fn tcgetpgrp(fd: c_int) -> Result<Pid> { in tcgetpgrp() function310 let res = unsafe { libc::tcgetpgrp(fd) }; in tcgetpgrp()
894 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() function
850 /* Define to 1 if you have the `tcgetpgrp' function. */
3134 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
10617 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
1216 /* Define to 1 if you have the `tcgetpgrp' function. */
3703 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
11725 sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
819 - Added `tcgetpgrp` and `tcsetpgrp` in `::nix::unistd`
3611 pub fn tcgetpgrp(fd: ::c_int) -> pid_t; in tcgetpgrp() function
3078 fun:tcgetpgrp=uninstrumented
825 .. function:: tcgetpgrp(fd)
6571 pgid = tcgetpgrp(fd); in posix_tcgetpgrp()
8927 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl()
1351 .. function:: tcgetpgrp(fd)