HomeSort by: relevance | last modified time | path
    Searched refs:H_NEXT (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libedit/
hist.h 62 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
histedit.h 211 #define H_NEXT 6 /* , void); */
readline.c 1723 while (history(h, &ev, H_NEXT) == 0);
1802 if (history(h, &ev, direction < 0 ? H_NEXT:H_PREV) != 0)
1848 if (history(h, &ev, (pos < 0) ? H_PREV : H_NEXT) != 0)
history.c 104 history_gfun_t h_next; /* Get the next element */ local in function:TYPE
115 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
619 h->h_next = history_def_next;
642 if (h->h_next == history_def_next)
657 if (h->h_next != history_def_next) {
676 if (h->h_next != history_def_next) {
696 if (h->h_next != history_def_next) {
711 if (h->h_next != history_def_next) {
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
732 if (h->h_next != history_def_next)
    [all...]
  /src/bin/sh/
histedit.c 806 direction = first < last ? H_PREV : H_NEXT;
1062 retval = history(hist, &he, H_NEXT);

Completed in 16 milliseconds