Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libreadline/
H A Dcomplete.c110 static char **gen_completion_matches PARAMS((char *, int, int, rl_compentry_func_t *, int, int));
775 gen_completion_matches (text, start, end, our_func, found_quote, quote_char) in gen_completion_matches() function
1481 matches = gen_completion_matches (text, start, end, our_func, found_quote, quote_char);
1952 matches = gen_completion_matches (orig_text, orig_start, orig_end,