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

  /src/lib/libedit/
hist.h 63 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
histedit.h 208 #define H_FIRST 3 /* , void); */
readline.c 585 if (history(h, &ev, H_FIRST) != 0)
660 history(h, &ev, H_FIRST);
1719 (void)history(h, &ev, H_FIRST);
history.c 103 history_gfun_t h_first; /* Get the first element */ local in function:TYPE
116 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
620 h->h_first = history_def_first;
728 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
735 h->h_first = history_def_first;
752 h->h_first = nh->h_first;
1046 case H_FIRST:
1124 hf.h_first = va_arg(va, history_gfun_t);
  /src/bin/sh/
histedit.c 835 history(hist, &he, H_FIRST);
1050 retval = history(hist, &he, H_FIRST);
1074 last ? H_FIRST : H_LAST);

Completed in 14 milliseconds