Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_utils.h58 } phpdbg_color_t; typedef
66 PHPDBG_API const phpdbg_color_t *phpdbg_get_color(const char *name, size_t name_length);
67 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color);
69 PHPDBG_API const phpdbg_color_t *phpdbg_get_colors(void);
H A Dphpdbg_utils.c44 const static phpdbg_color_t colors[] = {
230 PHPDBG_API const phpdbg_color_t *phpdbg_get_color(const char *name, size_t name_length) /* {{{ */ in phpdbg_get_color()
232 const phpdbg_color_t *color = colors; in phpdbg_get_color()
248 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color()
255 const phpdbg_color_t *color = phpdbg_get_color(name, name_length); in phpdbg_set_color_ex()
262 PHPDBG_API const phpdbg_color_t* phpdbg_get_colors(void) /* {{{ */ in phpdbg_get_colors()
H A Dphpdbg.h308 const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */
H A Dphpdbg_set.c147 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET()

Completed in 33 milliseconds