Searched refs:rl_completion_matches (Results 1 – 3 of 3) sorted by relevance
55 PHP_CHECK_LIBRARY([readline], [rl_completion_matches],126 PHP_CHECK_LIBRARY([edit], [rl_completion_matches],128 [Define to 1 if edit/readline library has the 'rl_completion_matches'
31 #define rl_completion_matches completion_matches macro471 matches = rl_completion_matches(text,_readline_command_generator); in php_readline_completion_cb()
25 #define rl_completion_matches completion_matches macro592 return rl_completion_matches(text, cli_completion_generator); in cli_code_completion()
Completed in 12 milliseconds