HomeSort by: relevance | last modified time | path
    Searched defs:history_efun_t (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 23 milliseconds