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

/freebsd-13-stable/contrib/libedit/
H A Dhist.h64 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
H A Dhistedit.h207 #define H_LAST 4 /* , void); */ macro
H A Dreadline.c1531 if (history(h, &ev, H_LAST) != 0)
1593 if (history(h, &ev, H_LAST) != 0)
1688 if (history(h, &ev, H_LAST) != 0)
1707 if (history(h, &ev, H_LAST) != 0)
H A Dhistory.c1051 case H_LAST:
/freebsd-13-stable/bin/sh/
H A Dhistedit.c454 retval = history(hist, &he, H_LAST);
462 retval = history(hist, &he, last ? H_FIRST : H_LAST);
/freebsd-13-stable/contrib/libedit/TEST/
H A Dtc1.c249 for (rv = history(hist, &ev, H_LAST); rv != -1;
H A Dwtc1.c214 for(rc = history_w(hist, &ev, H_LAST);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp103 // - The H_LAST returns the oldest entry in the history.
118 return H_LAST;

Completed in 116 milliseconds