Searched refs:H_NEXT (Results 1 – 4 of 4) sorted by relevance
/external/libedit/src/ |
D | hist.h | 69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
|
D | histedit.h | 207 #define H_NEXT 6 /* , void); */ macro
|
D | readline.c | 1502 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()
|
D | history.c | 985 case H_NEXT: in FUNW()
|