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

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

Completed in 151 milliseconds