Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/edit/readline/
H A Dreadline.h43 typedef void VFunction(void); typedef
137 extern VFunction *rl_redisplay_function;
138 extern VFunction *rl_completion_display_matches_hook;
139 extern VFunction *rl_prep_term_function;
140 extern VFunction *rl_deprep_term_function;
/freebsd-12.1/contrib/gdb/gdb/tui/
H A Dtui-io.c127 static VFunction *tui_old_rl_redisplay_function;
128 static VFunction *tui_old_rl_prep_terminal;
129 static VFunction *tui_old_rl_deprep_terminal;
/freebsd-12.1/lib/libedit/
H A Dreadline.c84 VFunction *rl_event_hook = NULL;
123 VFunction *rl_redisplay_function = NULL;
125 VFunction *rl_completion_display_matches_hook = NULL;
126 VFunction *rl_prep_term_function = (VFunction *)rl_prep_terminal;
127 VFunction *rl_deprep_term_function = (VFunction *)rl_deprep_terminal;