Searched refs:OP_CLOSE_BRACKET (Results 1 – 2 of 2) sorted by relevance
264 OP_CLOSE_BRACKET, enumerator
2075 token->type = OP_CLOSE_BRACKET; in peek_token_bracket()3087 if (token->type == OP_CLOSE_BRACKET) in parse_bracket_exp()3130 if (token2.type == OP_CLOSE_BRACKET) in parse_bracket_exp()3232 if (token->type == OP_CLOSE_BRACKET) in parse_bracket_exp()3338 if (token2.type != OP_CLOSE_BRACKET) in parse_bracket_element()