Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-token.c70 case SEMICOLON_TK: in cr_token_clear()
559 a_this->type = SEMICOLON_TK; in cr_token_set_semicolon()
Dcr-token.h78 SEMICOLON_TK, enumerator
Dcr-parser.c812 } else if (token->type == SEMICOLON_TK) { in cr_parser_parse_atrule_core()
881 && token && token->type == SEMICOLON_TK); in cr_parser_parse_ruleset_core()
1001 } else if (token->type == SEMICOLON_TK) { in cr_parser_parse_block_core()
4011 if (token->type != SEMICOLON_TK) { in cr_parser_parse_page()
4177 && token && token->type == SEMICOLON_TK); in cr_parser_parse_charset()