Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_highlight.c90 char *next_color; in zend_highlight() local
99 next_color = syntax_highlighter_ini->highlight_html; in zend_highlight()
103 next_color = syntax_highlighter_ini->highlight_comment; in zend_highlight()
107 next_color = syntax_highlighter_ini->highlight_default; in zend_highlight()
110 next_color = syntax_highlighter_ini->highlight_default; in zend_highlight()
115 next_color = syntax_highlighter_ini->highlight_string; in zend_highlight()
124 next_color = syntax_highlighter_ini->highlight_keyword; in zend_highlight()
126 next_color = syntax_highlighter_ini->highlight_default; in zend_highlight()
131 if (last_color != next_color) { in zend_highlight()
135 last_color = next_color; in zend_highlight()

Completed in 4 milliseconds