Searched refs:gen_completion_matches (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/contrib/gdb-7/readline/ |
| HD | complete.c | 116 static char **gen_completion_matches PARAMS((char *, int, int, rl_compentry_func_t *, int, int)); 1050 gen_completion_matches (text, start, end, our_func, found_quote, quote_char) in gen_completion_matches() function 1835 matches = gen_completion_matches (text, start, end, our_func, found_quote, quote_char); 2421 matches = gen_completion_matches (orig_text, orig_start, orig_end, 2546 matches = gen_completion_matches (orig_text, orig_start, orig_end,
|