OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hist_fun_t
(Results
1 - 6
of
6
) sorted by null
/external/libedit/src/
hist.h
45
typedef int (*
hist_fun_t
)(void *, TYPE(HistEvent) *, int, ...);
typedef
53
hist_fun_t
fun; /* Event access */
80
protected int hist_set(EditLine *,
hist_fun_t
, void *);
eln.c
216
case EL_HIST: { /*
hist_fun_t
, const char * */
217
hist_fun_t
fun = va_arg(ap,
hist_fun_t
);
el.c
307
hist_fun_t
func = va_arg(ap,
hist_fun_t
);
hist.c
84
hist_set(EditLine *el,
hist_fun_t
fun, void *ptr)
histedit.h
145
#define EL_HIST 10 /* ,
hist_fun_t
, const void *); set */
/prebuilts/libs/libedit/include/
histedit.h
145
#define EL_HIST 10 /* ,
hist_fun_t
, const void *); set */
Completed in 2770 milliseconds