Home
last modified time | relevance | path

Searched refs:CEOF (Results 1 – 21 of 21) sorted by relevance

/titanic_41/usr/src/ucbhead/sys/
H A Dttychars.h60 #define CEOF CTRL('d') macro
61 #define CEOT CEOF
/titanic_41/usr/src/uts/common/sys/
H A Dttychars.h75 #define CEOF CTRL('d') macro
76 #define CEOT CEOF
H A Dtermios.h168 #define CEOF 04 /* cntl d */ macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttychars.h64 #define CEOF CTRL(d) macro
65 #define CEOT CEOF
H A Dtermios.h85 #define CEOF _CTRL(d) macro
86 #define CEOT CEOF
/titanic_41/usr/src/lib/libc/port/gen/
H A Dregexpr.c113 #define CEOF 11 macro
178 *ep++ = CEOF; in re_comp()
342 case CEOF: in advance()
/titanic_41/usr/src/ucblib/libucb/port/gen/
H A Dregex.c116 #define CEOF 11 macro
184 *ep++ = CEOF; in re_comp()
347 case CEOF: in advance()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c103 #define CEOF 11 macro
168 *ep++ = CEOF; in re_comp()
330 case CEOF: in advance()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dtermios.h85 #define CEOF _CTRL(d) macro
86 #define CEOT CEOF
/titanic_41/usr/src/cmd/ttymon/
H A Dtmterm.c101 termios.c_cc[VEOF] = CEOF;
157 termio.c_cc[VEOF] = CEOF;
H A Dsttyparse.c148 cb->c_cc[VEOF] = CEOF;
155 cb->c_cc[VEOF] = CEOF;
H A Dstty.c326 if (cb.c_cc[VEOF] != CEOF) in prmodes()
/titanic_41/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris466 s/@@/,@/; s/@@/@,/; s/@;t t$/,;t t/' >$tmp/subs.sed <<\CEOF
577 CEOF
881 cat >$tmp/defines.sed <<CEOF heredoc
915 CEOF
923 cat >$tmp/undefs.sed <<CEOF heredoc
958 CEOF
H A Dconfigure6726 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6839 CEOF
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c148 cb->c_cc[VEOF] = CEOF;
156 cb->c_cc[VEOF] = CEOF;
H A Dstty.c275 if (cb.c_cc[VEOF] != CEOF) in prmodes()
/titanic_41/usr/src/ucbcmd/tset/
H A Dtset.c298 #define CEOF CNTL('D') macro
299 #define CEOT CEOF
514 modes.c_cc[VEOF] = reset(modes.c_cc[VEOF], CEOF); in main()
/titanic_41/usr/src/uts/common/io/
H A Dtty_common.c43 CEOF,
H A Dttcompat.c169 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0, 0, 0, 0, 0, /* c_cc vals */
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c382 ttymodes.c_cc[VEOF] = CEOF; in sanitize_tty()
/titanic_41/usr/src/cmd/init/
H A Dinit.c421 CINTR, CQUIT, CERASE, CKILL, CEOF, 0, 0, 0,