Searched refs:PC_TK (Results 1 – 3 of 3) sorted by relevance
101 case PC_TK: in cr_token_clear()607 a_this->type = PC_TK; in cr_token_set_pc()
82 PC_TK, /*closing parenthesis*/ enumerator
1232 && 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()