HomeSort by relevance Sort by last modified time
    Searched refs:HIST_NEXT (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
hist.h 69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
common.c 739 hp = HIST_NEXT(el);
753 hp = HIST_NEXT(el);
805 hp = HIST_NEXT(el);
hist.c 127 if ((hp = HIST_NEXT(el)) == NULL) {

Completed in 58 milliseconds