Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c234 #define TC_ARRAY (1 << 27) /* name[ */ macro
269 if (n & TC_ARRAY ) debug_printf_parse(" ARRAY" ); in debug_parse_print_tc()
281 #define TS_OPERAND (TC_VARIABLE | TC_ARRAY | TC_FUNCTION \
285 #define TS_LVALUE (TC_VARIABLE | TC_ARRAY)
1222 else if (expected & TC_ARRAY) { in next_token()
1242 tc = TC_ARRAY; in next_token()
1422 case TC_ARRAY: in parse_expr()
1432 if (tc & TC_ARRAY) { in parse_expr()