Home | Sort by: relevance | last modified time | path |
/src/lib/libedit/ | |
history.c | 96 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); typedef in typeref:typename:int (*)(void *,TYPE (HistEvent)*,const Char *) 111 history_efun_t h_enter; /* Add an element */ 112 history_efun_t h_add; /* Append to an element */ 1131 hf.h_enter = va_arg(va, history_efun_t); 1132 hf.h_add = va_arg(va, history_efun_t); |
history.c | 96 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *); typedef in typeref:typename:int (*)(void *,TYPE (HistEvent)*,const Char *) 111 history_efun_t h_enter; /* Add an element */ 112 history_efun_t h_add; /* Append to an element */ 1131 hf.h_enter = va_arg(va, history_efun_t); 1132 hf.h_add = va_arg(va, history_efun_t); |