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

  /external/libedit/src/
hist.h 69 #define HIST_NEXT(el) HIST_FUN(el, H_NEXT, NULL)
histedit.h 207 #define H_NEXT 6 /* , void); */
readline.c 1502 while (ev.num != curr_num && history(h, &ev, H_NEXT) == 0)
1538 while (history(h, &ev, H_NEXT) == 0);
    [all...]
history.c 70 history_gfun_t h_next; /* Get the next element */ local
81 #define HNEXT(h, ev) (*(h)->h_next)((h)->h_ref, ev)
581 h->h_next = history_def_next;
604 if (h->h_next == history_def_next)
619 if (h->h_next != history_def_next) {
638 if (h->h_next != history_def_next) {
658 if (h->h_next != history_def_next) {
673 if (h->h_next != history_def_next) {
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
694 if (h->h_next != history_def_next)
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 207 #define H_NEXT 6 /* , void); */

Completed in 78 milliseconds