/external/libedit/src/ |
history.c | 61 typedef int (*history_gfun_t)(void *, TYPE(HistEvent) *); typedef 69 history_gfun_t h_first; /* Get the first element */ 70 history_gfun_t h_next; /* Get the next element */ 71 history_gfun_t h_last; /* Get the last element */ 72 history_gfun_t h_prev; /* Get the previous element */ 73 history_gfun_t h_curr; /* Get the current element */ 1044 hf.h_first = va_arg(va, history_gfun_t); 1045 hf.h_next = va_arg(va, history_gfun_t); 1046 hf.h_last = va_arg(va, history_gfun_t); 1047 hf.h_prev = va_arg(va, history_gfun_t); [all...] |
/external/libedit/doc/ |
editline.3.roff | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
/prebuilts/libs/libedit/share/man/man3/ |
editline.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_deletestr.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_end.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_get.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_getc.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_gets.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_history.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_history_end.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_history_init.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_init.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_insertstr.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_line.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_parse.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_push.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_reset.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_resize.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_set.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_source.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_tok_end.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_tok_init.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_tok_line.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_tok_reset.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|
el_tok_str.3 | 698 .It Dv H_FUNC , Fa "void *ptr" , Fa "history_gfun_t first" , \ 699 Fa "history_gfun_t next" , Fa "history_gfun_t last" , \ 700 Fa "history_gfun_t prev" , Fa "history_gfun_t curr" , \
|