Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h71 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
Dhistedit.h205 #define H_LAST 4 /* , void); */ macro
Dreadline.c1362 if (history(h, &ev, H_LAST) != 0) in history_get()
1447 if (history(h, &ev, H_LAST) != 0) in replace_history_entry()
Dhistory.c989 case H_LAST: in FUNW()
/external/libedit/examples/
Dtc1.c254 for (rv = history(hist, &ev, H_LAST); rv != -1; in main()
Dwtc1.c214 for(rc = history_w(hist, &ev, H_LAST); in main()