Searched refs:phpdbg_color_t (Results 1 – 4 of 4) sorted by relevance
58 } phpdbg_color_t; typedef66 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);
44 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()
308 const phpdbg_color_t *colors[PHPDBG_COLORS]; /* colors */
147 const phpdbg_color_t *color = phpdbg_get_color(param->next->str, param->next->len); in PHPDBG_SET()
Completed in 11 milliseconds