Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dcomplete.c1210 gen_completion_matches (char *text, int start, int end, rl_compentry_func_t *our_func, int found_qu… in gen_completion_matches() argument
1241 matches = rl_completion_matches (text, our_func); in gen_completion_matches()
2001 rl_compentry_func_t *our_func; in rl_complete_internal() local
2014 our_func = rl_completion_entry_function in rl_complete_internal()
2031 matches = gen_completion_matches (text, start, end, our_func, found_quote, quote_char); in rl_complete_internal()
2684 rl_compentry_func_t *our_func; in rl_old_menu_complete() local
2714 our_func = rl_menu_completion_entry_function; in rl_old_menu_complete()
2715 if (our_func == 0) in rl_old_menu_complete()
2716 our_func = rl_completion_entry_function in rl_old_menu_complete()
2735 our_func, found_quote, quote_char); in rl_old_menu_complete()
[all …]