Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-token.c101 case PC_TK: in cr_token_clear()
607 a_this->type = PC_TK; in cr_token_set_pc()
Dcr-token.h82 PC_TK, /*closing parenthesis*/ enumerator
Dcr-parser.c1232 && token2 && token2->type == PC_TK); in cr_parser_parse_any_core()
1239 if (token2->type == PC_TK) { in cr_parser_parse_any_core()
1258 && token2 && token2->type == PC_TK); in cr_parser_parse_any_core()
2176 ENSURE_PARSING_COND (token && token->type == PC_TK); in cr_parser_parse_function()