Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds