Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c1325 static node *parse_expr(uint32_t);
1330 return parse_expr(TC_RPAREN); in parse_lrparen_list()
1335 static node *parse_expr(uint32_t term_tc) in parse_expr() function
1434 cn->r.n = parse_expr(TC_ARRTERM); in parse_expr()
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()
1532 n->l.n = parse_expr(TC_SEMICOL | TC_NEWLINE | TC_RBRACE); in chain_expr()
1637 n2 = parse_expr(TC_SEMICOL | TC_RPAREN); in chain_group()
1650 n2 = parse_expr(TC_SEMICOL); in chain_group()
[all …]