Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/ !
Dawk.c1087 static uint32_t next_token(uint32_t expected) in next_token() function
1329 next_token(TC_LPAREN); in parse_lrparen_list()
1351 while (!((tc = next_token(expected_tc)) & term_tc)) { in parse_expr()
1389 next_token(TC_GETLINE); in parse_expr()
1484 tc = next_token(TC_LPAREN /* length(...) */ in parse_expr()
1568 while ((tc = next_token(TS_GRPSEQ | TC_RBRACE)) != TC_RBRACE) { in chain_until_rbrace()
1585 tc = next_token(TS_GRPSEQ); in chain_group()
1610 if (next_token(TS_GRPSEQ | TC_RBRACE | TC_ELSE) == TC_ELSE) { in chain_group()
1630 next_token(TC_WHILE); in chain_group()
1636 next_token(TC_LPAREN); in chain_group()
[all …]