Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h70 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
Dhistedit.h204 #define H_FIRST 3 /* , void); */ macro
Dreadline.c522 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()
Dhistory.c981 case H_FIRST: in FUNW()