Home
last modified time | relevance | path

Searched refs:CHAR_FWD (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libedit/
H A Dchared.h120 #define CHAR_FWD (+1) macro
H A Dvi.c733 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0); in vi_next_char()
757 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 1); in vi_to_next_char()
H A Dsearch.c81 el->el_search.chadir = CHAR_FWD; in search_init()
/freebsd/contrib/tcsh/
H A Ded.chared.c84 #define CHAR_FWD 0 macro
106 static int srch_dir = CHAR_FWD; /* Direction of last search */
3652 srch_dir = CHAR_FWD; in v_char_fwd()
3710 return srch_dir == CHAR_FWD ? v_csearch_fwd(srch_char, Argument, 0) : in v_rchar_fwd()