Searched refs:tcgetpgrp (Results 1 – 25 of 31) sorted by relevance
12
| /mirbsd/src/lib/libc/termios/ |
| D | Makefile.inc | 6 cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \ 9 MAN+= tcgetpgrp.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3
|
| D | tcgetpgrp.c | 37 tcgetpgrp(int fd) in tcgetpgrp() function
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | inflow.c | 141 our_process_group = tcgetpgrp (0); in gdb_has_a_terminal() 348 inferior_process_group = tcgetpgrp (0); in terminal_ours_1()
|
| D | go32-nat.c | 1954 tcgetpgrp (int fd) in tcgetpgrp() function
|
| /mirbsd/src/lib/libncurses/src/ncurses/tty/ |
| D | lib_tstp.c | 162 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in tstp()
|
| /mirbsd/src/usr.bin/ssh/ |
| D | progressmeter.c | 84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
|
| /mirbsd/src/include/ |
| D | unistd.h | 113 pid_t tcgetpgrp(int);
|
| /mirbsd/src/usr.sbin/ppp/ppp/ |
| D | prompt.c | 505 return tcgetpgrp(p->fd_in); in prompt_pgrp()
|
| D | physical.c | 366 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close() 710 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
|
| D | bundle.c | 1647 tcgetpgrp(fd[0]) == getpgrp(); in bundle_SendDatalink()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 305 #define tcgetpgrp(a) not_here("tcgetpgrp") macro 1519 tcgetpgrp(fd)
|
| D | POSIX.pod | 1452 =item tcgetpgrp 1454 This is identical to the C function C<tcgetpgrp()> for returning the
|
| /mirbsd/src/bin/mksh/ |
| D | jobs.c | 351 if ((ttypgrp = tcgetpgrp(tty_fd)) < 0) { in j_change() 1175 (j->saved_ttypgrp = tcgetpgrp(tty_fd)) >= 0) in j_waitj()
|
| /mirbsd/src/distrib/special/more/ |
| D | more.c | 1443 if ((tgrp = tcgetpgrp(STDOUT_FILENO)) < 0) { in initterm()
|
| /mirbsd/src/usr.bin/xlint/llib/ |
| D | llib-lposix | 324 pid_t (tcgetpgrp)(int fildes);
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq8.pod | 1007 use POSIX qw/getpgrp tcgetpgrp/; 1009 $tpgrp = tcgetpgrp(fileno(*TTY));
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | config_h.SH | 590 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| D | Configure | 17219 : see if tcgetpgrp exists 17220 set tcgetpgrp d_tcgetpgrp
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | config_H.wc | 616 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config_H.ce | 584 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | config_H.vc | 566 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| D | config_H.bc | 566 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| D | config_H.gc | 566 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| /mirbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config.plan9 | 626 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | config_H | 566 * This symbol, if defined, indicates that the tcgetpgrp routine is
|
12