HomeSort by relevance Sort by last modified time
    Searched full:h_first (Results 1 - 25 of 29) sorted by null

1 2

  /external/libedit/src/
history.c 69 history_gfun_t h_first; /* Get the first element */ local
82 #define HFIRST(h, ev) (*(h)->h_first)((h)->h_ref, ev)
582 h->h_first = history_def_first;
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
697 h->h_first = history_def_first;
714 h->h_first = nh->h_first;
981 case H_FIRST:
1044 hf.h_first = va_arg(va, history_gfun_t);
hist.h 70 #define HIST_FIRST(el) HIST_FUN(el, H_FIRST, NULL)
histedit.h 204 #define H_FIRST 3 /* , void); */
readline.c 522 if (history(h, &ev, H_FIRST) != 0)
599 history(h, &ev, H_FIRST);
1500 (void)history(h, &ev, H_FIRST);
1534 (void)history(h, &ev, H_FIRST);
    [all...]
  /prebuilts/libs/libedit/include/
histedit.h 204 #define H_FIRST 3 /* , void); */
  /external/libedit/doc/
editline.3.roff 706 .It Dv H_FIRST
  /prebuilts/libs/libedit/share/man/man3/
editline.3 706 .It Dv H_FIRST
el_deletestr.3 706 .It Dv H_FIRST
el_end.3 706 .It Dv H_FIRST
el_get.3 706 .It Dv H_FIRST
el_getc.3 706 .It Dv H_FIRST
el_gets.3 706 .It Dv H_FIRST
el_history.3 706 .It Dv H_FIRST
el_history_end.3 706 .It Dv H_FIRST
el_history_init.3 706 .It Dv H_FIRST
el_init.3 706 .It Dv H_FIRST
el_insertstr.3 706 .It Dv H_FIRST
el_line.3 706 .It Dv H_FIRST
el_parse.3 706 .It Dv H_FIRST
el_push.3 706 .It Dv H_FIRST
el_reset.3 706 .It Dv H_FIRST
el_resize.3 706 .It Dv H_FIRST
el_set.3 706 .It Dv H_FIRST
el_source.3 706 .It Dv H_FIRST
el_tok_end.3 706 .It Dv H_FIRST

Completed in 296 milliseconds

1 2