Home
last modified time | relevance | path

Searched defs:TIOCGETD (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtty.h54 # define TIOCGETD _IOR( 't', 0, int ) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dttycom.d60 enum uint TIOCGETD = _IOR!(int)('t', 26); // get line discipline in version() local
145 enum uint TIOCGETD = _IOR!(int)('t', 26); // get line discipline in version() local
245 enum uint TIOCGETD = _IOR!(int)('t', 26); // get line discipline in version() local
H A Dioctl.d210 enum TIOCGETD = 0x5424; in version() local
/netbsd-src/sys/sys/
H A Dttycom.h104 #define TIOCGETD global() macro
H A Dioctl_compat.h80 # define TIOCGETD _IOR('t', 0, int) /* get line discipline */ macro