OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist_fun_t
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libedit/
hist.h
43
typedef int (*
hist_fun_t
)(void *, HistEventW *, int, ...);
typedef
51
hist_fun_t
fun; /* Event access */
75
libedit_private int hist_set(EditLine *,
hist_fun_t
, void *);
hist.h
43
typedef int (*
hist_fun_t
)(void *, HistEventW *, int, ...);
typedef
51
hist_fun_t
fun; /* Event access */
75
libedit_private int hist_set(EditLine *,
hist_fun_t
, void *);
eln.c
232
case EL_HIST: { /*
hist_fun_t
, const char * */
233
hist_fun_t
fun = va_arg(ap,
hist_fun_t
);
eln.c
232
case EL_HIST: { /*
hist_fun_t
, const char * */
233
hist_fun_t
fun = va_arg(ap,
hist_fun_t
);
el.c
297
hist_fun_t
func = va_arg(ap,
hist_fun_t
);
el.c
297
hist_fun_t
func = va_arg(ap,
hist_fun_t
);
hist.c
87
hist_set(EditLine *el,
hist_fun_t
fun, void *ptr)
hist.c
87
hist_set(EditLine *el,
hist_fun_t
fun, void *ptr)
Completed in 79 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026