Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
Dhistedit.h207 #define H_NEXT 6 /* , void); */ macro
Dreadline.c1502 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0) in where_history()
1538 while (history(h, &ev, H_NEXT) == 0); in history_total_bytes()
1592 return _move_history(H_NEXT); in next_history()
1613 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0) in history_search()
1659 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0) in history_search_pos()
Dhistory.c985 case H_NEXT: in FUNW()