Home | Sort by: relevance | last modified time | path |
/src/lib/libedit/ | |
history.c | 98 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); typedef in typeref:typename:int (*)(void *,TYPE (HistEvent)*,const int) 108 history_sfun_t h_set; /* Set the current element */ 109 history_sfun_t h_del; /* Set the given element */ 1129 hf.h_set = va_arg(va, history_sfun_t); 1133 hf.h_del = va_arg(va, history_sfun_t); |
history.c | 98 typedef int (*history_sfun_t)(void *, TYPE(HistEvent) *, const int); typedef in typeref:typename:int (*)(void *,TYPE (HistEvent)*,const int) 108 history_sfun_t h_set; /* Set the current element */ 109 history_sfun_t h_del; /* Set the given element */ 1129 hf.h_set = va_arg(va, history_sfun_t); 1133 hf.h_del = va_arg(va, history_sfun_t); |