Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_utils.h56 } phpdbg_color_t; typedef
64 PHPDBG_API const phpdbg_color_t *phpdbg_get_color(const char *name, size_t name_length);
65 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color);
67 PHPDBG_API const phpdbg_color_t *phpdbg_get_colors(void);
H A Dphpdbg_utils.c41 static const phpdbg_color_t colors[] = {
227 PHPDBG_API const phpdbg_color_t *phpdbg_get_color(const char *name, size_t name_length) /* {{{ */ in phpdbg_get_color()
229 const phpdbg_color_t *color = colors; in phpdbg_get_color()
245 PHPDBG_API void phpdbg_set_color(int element, const phpdbg_color_t *color) /* {{{ */ in phpdbg_set_color()
252 const phpdbg_color_t *color = phpdbg_get_color(name, name_length); in phpdbg_set_color_ex()
259 PHPDBG_API const phpdbg_color_t* phpdbg_get_colors(void) /* {{{ */ in phpdbg_get_colors()
H A Dphpdbg_set.c144 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET()
H A Dphpdbg.h294 const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */

Completed in 10 milliseconds