Home
last modified time | relevance | path

Searched refs:tcgetpgrp (Results 1 – 25 of 31) sorted by relevance

12

/mirbsd/src/lib/libc/termios/
DMakefile.inc6 cfsetspeed.c tcdrain.c tcflow.c tcflush.c tcgetattr.c tcgetpgrp.c \
9 MAN+= tcgetpgrp.3 tcsendbreak.3 tcsetattr.3 tcsetpgrp.3
Dtcgetpgrp.c37 tcgetpgrp(int fd) in tcgetpgrp() function
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinflow.c141 our_process_group = tcgetpgrp (0); in gdb_has_a_terminal()
348 inferior_process_group = tcgetpgrp (0); in terminal_ours_1()
Dgo32-nat.c1954 tcgetpgrp (int fd) in tcgetpgrp() function
/mirbsd/src/lib/libncurses/src/ncurses/tty/
Dlib_tstp.c162 if (tcgetpgrp(STDIN_FILENO) == getpgrp()) in tstp()
/mirbsd/src/usr.bin/ssh/
Dprogressmeter.c84 return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); in can_output()
/mirbsd/src/include/
Dunistd.h113 pid_t tcgetpgrp(int);
/mirbsd/src/usr.sbin/ppp/ppp/
Dprompt.c505 return tcgetpgrp(p->fd_in); in prompt_pgrp()
Dphysical.c366 newsid = tcgetpgrp(p->fd) == getpgrp(); in physical_Close()
710 tcgetpgrp(p->fd) == getpgrp()) in physical2iov()
Dbundle.c1647 tcgetpgrp(fd[0]) == getpgrp(); in bundle_SendDatalink()
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs305 #define tcgetpgrp(a) not_here("tcgetpgrp") macro
1519 tcgetpgrp(fd)
DPOSIX.pod1452 =item tcgetpgrp
1454 This is identical to the C function C<tcgetpgrp()> for returning the
/mirbsd/src/bin/mksh/
Djobs.c351 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/
Dmore.c1443 if ((tgrp = tcgetpgrp(STDOUT_FILENO)) < 0) { in initterm()
/mirbsd/src/usr.bin/xlint/llib/
Dllib-lposix324 pid_t (tcgetpgrp)(int fildes);
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlfaq8.pod1007 use POSIX qw/getpgrp tcgetpgrp/;
1009 $tpgrp = tcgetpgrp(fileno(*TTY));
/mirbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH590 * This symbol, if defined, indicates that the tcgetpgrp routine is
DConfigure17219 : see if tcgetpgrp exists
17220 set tcgetpgrp d_tcgetpgrp
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dconfig_H.wc616 * This symbol, if defined, indicates that the tcgetpgrp routine is
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce584 * This symbol, if defined, indicates that the tcgetpgrp routine is
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc566 * This symbol, if defined, indicates that the tcgetpgrp routine is
Dconfig_H.bc566 * This symbol, if defined, indicates that the tcgetpgrp routine is
Dconfig_H.gc566 * This symbol, if defined, indicates that the tcgetpgrp routine is
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan9626 * This symbol, if defined, indicates that the tcgetpgrp routine is
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H566 * This symbol, if defined, indicates that the tcgetpgrp routine is

12