Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dhtml.c79 enum { null_state, comment_state, import_state, inline_state } state in process_css_file() enumerator
124 state = comment_state; in process_css_file()
146 case comment_state: in process_css_file()
174 if (state == comment_state) in process_css_file()
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCharUtils.c346 enum comment_state { in LYFindEndOfComment() enum