Searched defs:tcgetpgrp (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dtc.decls.h165 # undef tcgetpgrp macro
166 # define tcgetpgrp(a) xtcgetpgrp(a) macro
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dtermios.c101 tcgetpgrp(fd) function
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/include/
H A Dterminal.h59 # undef tcgetpgrp macro
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.c181 tcgetpgrp(int fd) function
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c892 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro
894 # define tcgetpgrp(a) (-1) macro
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Djobs.c172 # define tcgetpgrp(a) (ioctl(a, TIOCGPGRP, &_i_)>=0?_i_:-1) macro
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Djobs.c331 tcgetpgrp (fd) function
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntport.h109 #define tcgetpgrp(a) GetCurrentProcessId() macro

Completed in 188 milliseconds