Home
last modified time | relevance | path

Searched refs:H_LAST (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/lib/libedit/
Dhist.h63 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
Dhistedit.h196 #define H_LAST 4 /* , void); */ macro
Dreadline.c1341 if (FUNW(history)(h, &ev, H_LAST) != 0) in history_get()
1429 if (FUNW(history)(h, &ev, H_LAST) != 0) in replace_history_entry()
Dhistory.c971 case H_LAST: in history()
/freebsd-9-stable/bin/sh/
Dhistedit.c463 retval = history(hist, &he, H_LAST); in str_to_event()
471 retval = history(hist, &he, last ? H_FIRST : H_LAST); in str_to_event()
/freebsd-9-stable/lib/libedit/TEST/
Dtc1.c243 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()