Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-token.c76 case BC_TK: in cr_token_clear()
631 a_this->type = BC_TK; in cr_token_set_bc()
Dcr-token.h84 BC_TK, /*closing bracket*/ enumerator
Dcr-parser.c1267 if (token2->type == BC_TK) { in cr_parser_parse_any_core()
1286 && token2 && token2->type == BC_TK); in cr_parser_parse_any_core()
1389 } else if (token->type == BC_TK) { in cr_parser_parse_attribute_selector()
1427 && token->type == BC_TK); in cr_parser_parse_attribute_selector()