/external/libedit/src/ |
history.c | 62 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); typedef 77 history_efun_t h_enter; /* Add an element */ 78 history_efun_t h_add; /* Append to an element */ 1051 hf.h_enter = va_arg(va, history_efun_t); 1052 hf.h_add = va_arg(va, history_efun_t);
|
/external/libedit/doc/ |
editline.3.roff | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
/prebuilts/libs/libedit/share/man/man3/ |
editline.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_deletestr.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_end.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_get.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_getc.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_gets.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_history.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_history_end.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_history_init.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_init.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_insertstr.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_line.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_parse.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_push.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_reset.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_resize.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_set.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_source.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_tok_end.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_tok_init.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_tok_line.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_tok_reset.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|
el_tok_str.3 | 702 Fa "history_efun_t enter" , Fa "history_efun_t add"
|