php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | CLIR_G(v) |
Functions | |
PHP_MINIT_FUNCTION (cli_readline) | |
PHP_MSHUTDOWN_FUNCTION (cli_readline) | |
PHP_MINFO_FUNCTION (cli_readline) | |
char ** | php_readline_completion_cb (const char *text, int start, int end) |
Variables | |
char * | pager |
char * | prompt |
smart_str * | prompt_str |
Definition at line 30 of file readline_cli.h.
|
extern |
Definition at line 795 of file readline_cli.c.
|
extern |
Definition at line 762 of file readline_cli.c.
|
extern |
Definition at line 779 of file readline_cli.c.
char ** php_readline_completion_cb | ( | const char * | text, |
int | start, | ||
int | end ) |
char* pager |
Definition at line 22 of file readline_cli.h.
char* prompt |
Definition at line 23 of file readline_cli.h.
smart_str* prompt_str |
Definition at line 24 of file readline_cli.h.