Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c203 #define TC_RPAREN (1 << 1) /* ) */ macro
243 if (n & TC_RPAREN ) debug_printf_parse(" RPAREN" ); in debug_parse_print_tc()
305 #define TS_CONCAT_L (TC_VARIABLE | TC_ARRTERM | TC_RPAREN \
1330 return parse_expr(TC_RPAREN); in parse_lrparen_list()
1460 cn->l.n = parse_expr(TC_RPAREN); in parse_expr()
1465 cn = vn->r.n = parse_expr(TC_RPAREN); in parse_expr()
1495 cn->l.n = parse_expr(TC_RPAREN); in parse_expr()
1637 n2 = parse_expr(TC_SEMICOL | TC_RPAREN); in chain_group()
1638 if (t_tclass & TC_RPAREN) { /* for (I in ARRAY) */ in chain_group()
1651 n3 = parse_expr(TC_RPAREN); in chain_group()
[all …]