next_color 91 Zend/zend_highlight.c char *next_color; next_color 100 Zend/zend_highlight.c next_color = syntax_highlighter_ini->highlight_html; next_color 104 Zend/zend_highlight.c next_color = syntax_highlighter_ini->highlight_comment; next_color 117 Zend/zend_highlight.c next_color = syntax_highlighter_ini->highlight_default; next_color 122 Zend/zend_highlight.c next_color = syntax_highlighter_ini->highlight_string; next_color 131 Zend/zend_highlight.c next_color = syntax_highlighter_ini->highlight_keyword; next_color 133 Zend/zend_highlight.c next_color = syntax_highlighter_ini->highlight_default; next_color 138 Zend/zend_highlight.c if (last_color != next_color) { next_color 142 Zend/zend_highlight.c last_color = next_color;