Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libedit/readline/
H A Dreadline.h42 typedef void VFunction(void); typedef
138 extern VFunction *rl_redisplay_function;
139 extern VFunction *rl_completion_display_matches_hook;
140 extern VFunction *rl_prep_term_function;
141 extern VFunction *rl_deprep_term_function;
/freebsd-13.1/contrib/libedit/
H A Dreadline.c123 VFunction *rl_redisplay_function = NULL;
126 VFunction *rl_completion_display_matches_hook = NULL;
127 VFunction *rl_prep_term_function = (VFunction *)rl_prep_terminal;
128 VFunction *rl_deprep_term_function = (VFunction *)rl_deprep_terminal;