Home
last modified time | relevance | path

Searched refs:CINTR (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dtermios.h80 #ifndef CINTR
81 #define CINTR _CTRL(c) macro
H A Dttychars.h60 #define CINTR CTRL(c) macro
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dtermios.h80 #ifndef CINTR
81 #define CINTR _CTRL(c) macro
/titanic_44/usr/src/ucbhead/sys/
H A Dttychars.h56 #define CINTR CTRL('c') macro
/titanic_44/usr/src/uts/common/sys/
H A Dttychars.h71 #define CINTR CTRL('c') macro
H A Dtermios.h161 #define CINTR CTRL('c') macro
/titanic_44/usr/src/ucbcmd/tset/
H A Dtset.c291 #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 Dtty_common.c39 CINTR,
H A Dttcompat.c169 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0, 0, 0, 0, 0, /* c_cc vals */
/titanic_44/usr/src/cmd/sulogin/
H A Dsulogin.c381 ttymodes.c_cc[VINTR] = CINTR; in sanitize_tty()
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttyparse.c155 cb->c_cc[VINTR] = CINTR;
H A Dstty.c267 if (cb.c_cc[VINTR] != CINTR) in prmodes()
/titanic_44/usr/src/cmd/ttymon/
H A Dstty.c318 if (cb.c_cc[VINTR] != CINTR) in prmodes()
H A Dsttyparse.c154 cb->c_cc[VINTR] = CINTR;
/titanic_44/usr/src/cmd/init/
H A Dinit.c421 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,