Home
last modified time | relevance | path

Searched refs:VFunction (Results 1 – 2 of 2) sorted by relevance

/external/libedit/src/editline/
Dreadline.h41 typedef void VFunction(void); typedef
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;
/external/libedit/src/
Dreadline.c87 VFunction *rl_event_hook = NULL;
126 VFunction *rl_redisplay_function = NULL;
128 VFunction *rl_completion_display_matches_hook = NULL;
129 VFunction *rl_prep_term_function = (VFunction *)rl_prep_terminal;
130 VFunction *rl_deprep_term_function = (VFunction *)rl_deprep_terminal;