Searched refs:H_LAST (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/lib/libedit/
H A Dhist.h72 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
H A Dhistedit.h208 #define H_LAST 4 /* , void); */ macro
H A Dreadline.c1399 if (history(h, &ev, H_LAST) != 0)
1484 if (history(h, &ev, H_LAST) != 0)
H A Dhistory.c1003 case H_LAST:
/freebsd-11.0-release/bin/sh/
H A Dhistedit.c449 retval = history(hist, &he, H_LAST);
457 retval = history(hist, &he, last ? H_FIRST : H_LAST);
/freebsd-11.0-release/lib/libedit/TEST/
H A Dtc1.c250 for (rv = history(hist, &ev, H_LAST); rv != -1;
H A Dwtc1.c217 for(rc = history_w(hist, &ev, H_LAST);

Completed in 116 milliseconds