Home
last modified time | relevance | path

Searched refs:HIST_LAST (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libedit/
HDhist.h72 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL) macro
HDhist.c171 for (str = HIST_LAST(el); str != NULL; str = HIST_PREV(el)) in hist_command()