OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hist_fun_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libedit/
hist.h
43
typedef int (*
hist_fun_t
)(void *, HistEventW *, int, ...);
typedef in typeref:typename:int (*)(void *,HistEventW *,int,...)
51
hist_fun_t
fun; /* Event access */
75
libedit_private int hist_set(EditLine *,
hist_fun_t
, void *);
eln.c
233
case EL_HIST: { /*
hist_fun_t
, const char * */
234
hist_fun_t
fun = va_arg(ap,
hist_fun_t
);
el.c
293
hist_fun_t
func = va_arg(ap,
hist_fun_t
);
hist.c
87
hist_set(EditLine *el,
hist_fun_t
fun, void *ptr)
Completed in 12 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025