Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-token.c84 case COMMENT_TK: in cr_token_clear()
263 a_this->type = COMMENT_TK; in cr_token_set_comment()
Dcr-token.h54 COMMENT_TK, enumerator
Dcr-parser.c650 && (token->type == COMMENT_TK || token->type == S_TK)); in cr_parser_try_to_skip_spaces_and_comments()
1213 case COMMENT_TK: in cr_parser_parse_any_core()
2370 || token->type == COMMENT_TK)) { in cr_parser_parse_stylesheet()
2554 || token->type == COMMENT_TK in cr_parser_parse_stylesheet()
Dcr-tknzr.c2679 case COMMENT_TK: in cr_tknzr_parse_token()