OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFunction
(Results
1 - 2
of
2
) sorted by null
/external/libedit/src/editline/
readline.h
41
typedef void
VFunction
(void);
136
extern
VFunction
*rl_redisplay_function;
137
extern
VFunction
*rl_completion_display_matches_hook;
138
extern
VFunction
*rl_prep_term_function;
139
extern
VFunction
*rl_deprep_term_function;
/prebuilts/libs/libedit/include/editline/
readline.h
41
typedef void
VFunction
(void);
136
extern
VFunction
*rl_redisplay_function;
137
extern
VFunction
*rl_completion_display_matches_hook;
138
extern
VFunction
*rl_prep_term_function;
139
extern
VFunction
*rl_deprep_term_function;
Completed in 38 milliseconds