Home
last modified time | relevance | path

Searched refs:CC_NORM (Results 1 – 8 of 8) sorted by relevance

/external/libedit/src/
Dcommon.c102 return CC_NORM; in ed_insert()
454 return CC_NORM; in ed_tty_sigint()
468 return CC_NORM; in ed_tty_dsusp()
482 return CC_NORM; in ed_tty_flush_output()
496 return CC_NORM; in ed_tty_sigquit()
510 return CC_NORM; in ed_tty_sigtstp()
524 return CC_NORM; in ed_tty_stop_output()
538 return CC_NORM; in ed_tty_start_output()
631 return CC_NORM; in ed_sequence_lead_in()
Dsearch.c216 el_action_t ret = CC_NORM; in ce_inc_search()
429 ret = CC_NORM; in ce_inc_search()
432 if (ret == CC_NORM || (ret == CC_ERROR && oldpatlen == 0)) { in ce_inc_search()
445 if (done || ret != CC_NORM) in ce_inc_search()
548 return CC_NORM; in ce_search_line()
558 return CC_NORM; in ce_search_line()
Demacs.c125 return CC_NORM; in em_yank()
231 return CC_NORM; in em_copy_region()
369 return CC_NORM; in em_set_mark()
431 return CC_NORM; in em_toggle_overwrite()
Dvi.c270 return CC_NORM; in vi_change_case()
338 return CC_NORM; in vi_replace_mode()
404 return CC_NORM; in vi_insert()
425 ret = CC_NORM; in vi_add()
945 return CC_NORM; in vi_alias()
Dhistedit.h72 #define CC_NORM 0 macro
Dfilecomplete.c422 int retval = CC_NORM; in fn_complete()
553 retval = CC_NORM; in fn_complete()
Dread.c664 case CC_NORM: /* normal char */ in FUN()
Dreadline.c1729 return CC_NORM; in _el_rl_tstp()
1921 return CC_NORM; in rl_bind_wrapper()