Searched refs:CEOF (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dttydefaults.h69 #define CEOF CTRL('D') macro
87 #define CEOT CEOF
105 CEOF, CEOL, CEOL, CERASE, CWERASE, CKILL, CREPRINT, CERASE2, CINTR,
/freebsd-13-stable/contrib/opie/libopie/
H A Dreadpass.c175 #ifdef CEOF
180 if (*(e++) == CEOF)
184 *e = CEOF;
186 #endif /* CEOF */
/freebsd-13-stable/contrib/tcsh/
H A Ded.term.h182 # undef CEOF macro
219 #ifndef CEOF
220 # define CEOF TO_CONTROL('d') macro
221 #endif /* CEOF */
303 # define CMIN CEOF
H A Ded.init.c60 (uc)CEOF, (uc)CEOL, (uc)CEOL2, (uc)CSWTCH,
/freebsd-13-stable/contrib/libedit/
H A Dtty.h176 #ifndef CEOF
177 # define CEOF CONTROL('d') macro
178 #endif /* CEOF */
259 # define CMIN CEOF
H A Dtty.c101 CEOF, CEOL, CEOL2, CSWTCH,
/freebsd-13-stable/bin/stty/
H A Dcchar.c60 { "eof", VEOF, CEOF },
/freebsd-13-stable/contrib/ncurses/progs/
H A Dreset_cmd.c134 #undef CEOF macro
147 #ifndef CEOF
148 #define CEOF CTRL('D') macro
204 reset_char(VEOF, CEOF);
/freebsd-13-stable/usr.bin/tset/
H A Dset.c63 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
/freebsd-13-stable/contrib/opie/
H A Dopielogin.c880 #ifdef CEOF
881 attr.c_cc[VEOF] = CEOF;
882 #else /* CEOF */
884 #endif /* CEOF */
/freebsd-13-stable/sys/kern/
H A Dtty_ttydisc.c378 case CEOF:
/freebsd-13-stable/bin/sh/
H A Djobs.c57 #undef CEOF /* syntax.h redefines this */ macro
H A Dparser.c1568 case CEOF:
/freebsd-13-stable/contrib/byacc/
H A Dconfigure7048 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7129 CEOF
7498 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7505 echo 'CEOF
7525 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7532 echo 'CEOF
/freebsd-13-stable/contrib/dialog/
H A Dconfigure24941 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
25122 CEOF
25455 echo ' cat >> conftest.frag <<CEOF' >> $CONFIG_STATUS
25457 echo 'CEOF' >> $CONFIG_STATUS
25466 echo ' cat >> conftest.edit <<CEOF
25469 CEOF
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure26573 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
26886 CEOF
27219 echo ' cat >> conftest.frag <<CEOF' >> $CONFIG_STATUS
27221 echo 'CEOF' >> $CONFIG_STATUS
27230 echo ' cat >> conftest.edit <<CEOF
27233 CEOF

Completed in 363 milliseconds