Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c214 #define TC_LBRACE (1 << 12) /* { */ macro
254 if (n & TC_LBRACE ) debug_printf_parse(" LBRACE" ); in debug_parse_print_tc()
294 #define TS_NOTERM (TS_BINOP | TC_COMMA | TC_LBRACE | TC_RBRACE \
301 | TC_SEMICOL | TC_NEWLINE | TC_LBRACE)
1588 if (tc == TC_LBRACE) { in chain_group()
1706 tclass = next_token(TS_OPSEQ | TC_LBRACE | TC_BEGIN | TC_END | TC_FUNCDECL in parse_program()
1721 next_token(TC_LBRACE); in parse_program()
1729 next_token(TC_LBRACE); in parse_program()
1762 while (next_token(TC_LBRACE | TC_NEWLINE) == TC_NEWLINE) in parse_program()
1775 cn->l.n = parse_expr(TC_SEMICOL | TC_NEWLINE | TC_EOF | TC_LBRACE); in parse_program()
[all …]