Home
last modified time | relevance | path

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

/PHP-8.2/ext/readline/
H A Dreadline_cli.h37 char **php_readline_completion_cb(const char *text, int start, int end);
H A Dreadline.c443 char **php_readline_completion_cb(const char *text, int start, int end) in php_readline_completion_cb() function
487 rl_attempted_completion_function = php_readline_completion_cb; in PHP_FUNCTION()
H A Dreadline_cli.c630 if (rl_attempted_completion_function != php_readline_completion_cb) { in readline_shell_run()

Completed in 10 milliseconds