Searched refs:TC_LPAREN (Results 1 – 1 of 1) sorted by relevance
202 #define TC_LPAREN (1 << 0) /* ( */ macro242 if (n & TC_LPAREN ) debug_printf_parse(" LPAREN" ); in debug_parse_print_tc()283 | TC_LPAREN | TC_STRING | TC_NUMBER)1271 !(last_token_class == TC_LENGTH && tc == TC_LPAREN)); in next_token()1273 && !(last_token_class == TC_LENGTH && tc == TC_LPAREN) /* but not for "length(..." */ in next_token()1329 next_token(TC_LPAREN); in parse_lrparen_list()1463 case TC_LPAREN: in parse_expr()1484 tc = next_token(TC_LPAREN /* length(...) */ in parse_expr()1491 if (tc != TC_LPAREN) in parse_expr()1636 next_token(TC_LPAREN); in chain_group()