Home
last modified time | relevance | path

Searched defs:TIOCSPGRP (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtty.h62 # define TIOCSPGRP _IOW( 't', 118, int ) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dttycom.d70 enum uint TIOCSPGRP = _IOW!(int)('t', 118); // set pgrp of tty in version() local
202 enum uint TIOCSPGRP = _IOW!(int)('t', 118); // set pgrp of tty in version() local
300 enum uint TIOCSPGRP = _IOW!(int)('t', 118); // set pgrp of tty in version() local
H A Dioctl.d189 enum TIOCSPGRP = 0x5410; in version() local
/netbsd-src/sys/sys/
H A Dttycom.h120 #define TIOCSPGRP global() macro