Home
last modified time | relevance | path

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

/dragonfly/bin/sh/
H A Dhistedit.c331 history(hist, &he, H_FIRST); in histcmd()
432 retval = history(hist, &he, H_FIRST); in str_to_event()
455 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
/dragonfly/contrib/libedit/src/
H A Dhist.h63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
H A Dhistedit.h207 #define H_FIRST 3 /* , void); */ macro
H A Dreadline.c587 if (history(h, &ev, H_FIRST) != 0) in get_history_event()
662 history(h, &ev, H_FIRST); in get_history_event()
1721 (void)history(h, &ev, H_FIRST); in history_total_bytes()
H A Dhistory.c1046 case H_FIRST: in FUNW()