Home
last modified time | relevance | path

Searched refs:CC_NEWLINE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/libedit/src/
H A Dhistedit.h73 #define CC_NEWLINE 1 macro
H A Dread.c579 case CC_NEWLINE: /* normal end of line */ in el_wgets()
H A Dcommon.c473 return CC_NEWLINE; in ed_newline()
/dragonfly/contrib/tcsh-6/
H A Ded.h81 #define CC_NEWLINE 1 macro
H A Ded.chared.c1374 return(CC_NEWLINE); in v_search()
1617 return(CC_NEWLINE); in e_newline()
1629 return(CC_NEWLINE); in e_newline_hold()
1642 return(CC_NEWLINE); in e_newline_down_hist()
H A Ded.inputl.c222 case CC_NEWLINE: /* normal end of line */ in Inputl()