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

1 2

  /external/libedit/src/
history.c 71 history_gfun_t h_last; /* Get the last element */ local
84 #define HLAST(h, ev) (*(h)->h_last)((h)->h_ref, ev)
583 h->h_last = history_def_last;
690 if (nh->h_first == NULL || nh->h_next == NULL || nh->h_last == NULL ||
699 h->h_last = history_def_last;
716 h->h_last = nh->h_last;
989 case H_LAST:
1046 hf.h_last = va_arg(va, history_gfun_t);
hist.h 71 #define HIST_LAST(el) HIST_FUN(el, H_LAST, NULL)
histedit.h 205 #define H_LAST 4 /* , void); */
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 368 double H_last[9];
369 db_Copy9(H_last,m_H_ref_to_ins);
476 db_Copy9(m_H_ref_to_ins,H_last);
  /external/libedit/examples/
tc1.c 254 for (rv = history(hist, &ev, H_LAST); rv != -1;
wtc1.c 214 for(rc = history_w(hist, &ev, H_LAST);
  /prebuilts/libs/libedit/include/
histedit.h 205 #define H_LAST 4 /* , void); */
  /external/libedit/doc/
editline.3.roff 708 .It Dv H_LAST
  /prebuilts/libs/libedit/share/man/man3/
editline.3 708 .It Dv H_LAST
el_deletestr.3 708 .It Dv H_LAST
el_end.3 708 .It Dv H_LAST
el_get.3 708 .It Dv H_LAST
el_getc.3 708 .It Dv H_LAST
el_gets.3 708 .It Dv H_LAST
el_history.3 708 .It Dv H_LAST
el_history_end.3 708 .It Dv H_LAST
el_history_init.3 708 .It Dv H_LAST
el_init.3 708 .It Dv H_LAST
el_insertstr.3 708 .It Dv H_LAST
el_line.3 708 .It Dv H_LAST
el_parse.3 708 .It Dv H_LAST
el_push.3 708 .It Dv H_LAST
el_reset.3 708 .It Dv H_LAST
el_resize.3 708 .It Dv H_LAST
el_set.3 708 .It Dv H_LAST

Completed in 129 milliseconds

1 2