Searched refs:phpdbg_color_t (Results 1 – 4 of 4) sorted by relevance
56 } phpdbg_color_t; typedef64 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);
41 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()
144 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET()
295 const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */
Completed in 15 milliseconds