Home
last modified time | relevance | path

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

/external/libedit/src/
Dhist.h72 #define HIST_PREV(el) HIST_FUN(el, H_PREV, NULL) macro
Dhist.c169 for (str = HIST_LAST(el); str != NULL; str = HIST_PREV(el)) in hist_command()