Lines Matching refs:tIOC

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