Searched refs:HIST_LAST (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/lib/libedit/ | ||
| HD | hist.h | 72 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) macro |
| HD | hist.c | 171 for (str = HIST_LAST(el); str != NULL; str = HIST_PREV(el)) in hist_command() |