Searched refs:H_FIRST (Results 1 – 4 of 4) sorted by relevance
/external/libedit/src/ |
D | hist.h | 70 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
|
D | histedit.h | 204 #define H_FIRST 3 /* , void); */ macro
|
D | readline.c | 522 if (history(h, &ev, H_FIRST) != 0) in get_history_event() 599 history(h, &ev, H_FIRST); in get_history_event() 1500 (void)history(h, &ev, H_FIRST); in where_history() 1534 (void)history(h, &ev, H_FIRST); in history_total_bytes()
|
D | history.c | 981 case H_FIRST: in FUNW()
|