Home
last modified time | relevance | path

Searched refs:CC_EOF (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dhistedit.h74 #define CC_EOF 2 macro
H A Dcommon.c67 return CC_EOF; in ed_end_of_file()
166 return CC_EOF; in ed_delete_next_char()
H A Dread.c569 case CC_EOF: /* end of file typed */ in el_wgets()
H A Demacs.c67 return CC_EOF; in em_delete_or_list()
H A Dvi.c619 return CC_EOF; in vi_list_or_eof()
H A Dreadline.c2112 return CC_EOF; in rl_bind_wrapper()
/dragonfly/contrib/tcsh-6/
H A Ded.h82 #define CC_EOF 2 macro
H A Ded.chared.c1652 return(CC_EOF); in e_send_eof()
2453 return(CC_EOF); in e_delnext_eof()
2498 return(CC_EOF); in e_delnext_list_eof()
2524 rv = CC_EOF; in e_list_eof()
H A Ded.inputl.c210 case CC_EOF: /* end of file typed */ in Inputl()
/dragonfly/usr.bin/bc/
H A Dscan.l271 return (CC_EOF);