Searched refs:CINTR (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 80 #ifndef CINTR 81 #define CINTR _CTRL(c) macro
|
H A D | ttychars.h | 60 #define CINTR CTRL(c) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 80 #ifndef CINTR 81 #define CINTR _CTRL(c) macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | ttychars.h | 56 #define CINTR CTRL('c') macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttychars.h | 71 #define CINTR CTRL('c') macro
|
H A D | termios.h | 161 #define CINTR CTRL('c') macro
|
/titanic_44/usr/src/ucbcmd/tset/ |
H A D | tset.c | 291 #ifndef CINTR 292 #define CINTR CNTL('C') macro 512 curintr = reset(curintr, CINTR); in main() 880 curintr = CINTR; in main() 1059 reportek("Interrupt", curintr, oldintr, CINTR); in main()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | tty_common.c | 39 CINTR,
|
H A D | ttcompat.c | 169 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0, 0, 0, 0, 0, /* c_cc vals */
|
/titanic_44/usr/src/cmd/sulogin/ |
H A D | sulogin.c | 381 ttymodes.c_cc[VINTR] = CINTR; in sanitize_tty()
|
/titanic_44/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 155 cb->c_cc[VINTR] = CINTR;
|
H A D | stty.c | 267 if (cb.c_cc[VINTR] != CINTR) in prmodes()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | stty.c | 318 if (cb.c_cc[VINTR] != CINTR) in prmodes()
|
H A D | sttyparse.c | 154 cb->c_cc[VINTR] = CINTR;
|
/titanic_44/usr/src/cmd/init/ |
H A D | init.c | 421 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,
|