Home
last modified time | relevance | path

Searched refs:TIOCPKT_STOP (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/sys/
Dttycom.h103 #define TIOCPKT_STOP 0x04 /* stop output */ macro
/openbsd/src/gnu/usr.bin/perl/h2pl/eg/sys/
Dioctl.pl119 $TIOCPKT_STOP = 0x4;
/openbsd/src/sys/kern/
Dtty_pty.c368 flush = TIOCPKT_STOP; in ptsstop()