Searched refs:comment_state (Results 1 – 2 of 2) sorted by relevance
79 enum { null_state, comment_state, import_state, inline_state } state in process_css_file() enumerator124 state = comment_state; in process_css_file()146 case comment_state: in process_css_file()174 if (state == comment_state) in process_css_file()
346 enum comment_state { in LYFindEndOfComment() enum