Home
last modified time | relevance | path

Searched refs:H_PREV_EVENT (Results 1 – 3 of 3) sorted by relevance

/external/libedit/src/
Dhistedit.h217 #define H_PREV_EVENT 16 /* , const int); */ macro
Dreadline.c1541 history(h, &ev, H_PREV_EVENT, curr_num); in history_total_bytes()
1665 pos < 0 ? H_NEXT_EVENT : H_PREV_EVENT, curr_num); in history_search_pos()
Dhistory.c1022 case H_PREV_EVENT: in FUNW()