Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_highlight.c95 char *next_color; in zend_highlight() local
104 next_color = syntax_highlighter_ini->highlight_html; in zend_highlight()
108 next_color = syntax_highlighter_ini->highlight_comment; in zend_highlight()
112 next_color = syntax_highlighter_ini->highlight_default; in zend_highlight()
115 next_color = syntax_highlighter_ini->highlight_default; in zend_highlight()
120 next_color = syntax_highlighter_ini->highlight_string; in zend_highlight()
129 next_color = syntax_highlighter_ini->highlight_keyword; in zend_highlight()
131 next_color = syntax_highlighter_ini->highlight_default; in zend_highlight()
136 if (last_color != next_color) { in zend_highlight()
140 last_color = next_color; in zend_highlight()

Completed in 6 milliseconds