Lines Matching defs:tIOC

401 #define	tIOC	('t'<<8)
410 #define TIOCGETD (tIOC|0)
411 #define TIOCSETD (tIOC|1)
412 #define TIOCHPCL (tIOC|2)
413 #define TIOCGETP (tIOC|8)
414 #define TIOCSETP (tIOC|9)
415 #define TIOCSETN (tIOC|10)
416 #define TIOCEXCL (tIOC|13)
417 #define TIOCNXCL (tIOC|14)
418 #define TIOCFLUSH (tIOC|16)
419 #define TIOCSETC (tIOC|17)
420 #define TIOCGETC (tIOC|18)
427 #define TIOCLBIS (tIOC|127) /* bis local mode bits */
428 #define TIOCLBIC (tIOC|126) /* bic local mode bits */
429 #define TIOCLSET (tIOC|125) /* set entire local mode word */
430 #define TIOCLGET (tIOC|124) /* get local modes */
431 #define TIOCSBRK (tIOC|123) /* set break bit */
432 #define TIOCCBRK (tIOC|122) /* clear break bit */
433 #define TIOCSDTR (tIOC|121) /* set data terminal ready */
434 #define TIOCCDTR (tIOC|120) /* clear data terminal ready */
435 #define TIOCSLTC (tIOC|117) /* set local special chars */
436 #define TIOCGLTC (tIOC|116) /* get local special chars */
437 #define TIOCOUTQ (tIOC|115) /* driver output queue size */
438 #define TIOCNOTTY (tIOC|113) /* void tty association */
439 #define TIOCSCTTY (tIOC|132) /* get a ctty */
440 #define TIOCSTOP (tIOC|111) /* stop output, like ^S */
441 #define TIOCSTART (tIOC|110) /* start output, like ^Q */
442 #define TIOCSILOOP (tIOC|109) /* private to Sun; do not use */
443 #define TIOCCILOOP (tIOC|108) /* private to Sun; do not use */
452 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */
453 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */
454 #define TIOCGSID (tIOC|22) /* get session id on ctty */
457 #define TIOCSTI (tIOC|23) /* simulate terminal input */
460 #define TIOCMSET (tIOC|26) /* set all modem bits */
461 #define TIOCMBIS (tIOC|27) /* bis modem bits */
462 #define TIOCMBIC (tIOC|28) /* bic modem bits */
463 #define TIOCMGET (tIOC|29) /* get all modem bits */
478 #define TIOCREMOTE (tIOC|30) /* remote input editing */
479 #define TIOCSIGNAL (tIOC|31) /* pty: send signal to slave */