Home | History | Annotate | Download | only in src

Lines Matching refs:ed_search_prev_history

177 	if (el->el_state.lastcmd != ED_SEARCH_PREV_HISTORY &&
242 for (cp = (newdir == ED_SEARCH_PREV_HISTORY) ? STRbck : STRfwd;
276 newdir = ED_SEARCH_PREV_HISTORY;
360 newdir == ED_SEARCH_PREV_HISTORY ? 0 : 0x7fffffff;
367 ED_SEARCH_PREV_HISTORY ?
373 ED_SEARCH_PREV_HISTORY ?
392 (newdir == ED_SEARCH_PREV_HISTORY ?
393 ed_search_prev_history(el, 0) :
397 ED_SEARCH_PREV_HISTORY ?
470 dir == ED_SEARCH_PREV_HISTORY ? STR("\n/") : STR("\n?") );
512 if ((dir == ED_SEARCH_PREV_HISTORY ? ed_search_prev_history(el, 0) :
543 if (dir == ED_SEARCH_PREV_HISTORY) {
585 case ED_SEARCH_PREV_HISTORY:
586 return ed_search_prev_history(el, 0);