Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c233 #define TC_VARIABLE (1 << 26) /* name */ macro
268 if (n & TC_VARIABLE) debug_printf_parse(" VARIABLE"); in debug_parse_print_tc()
281 #define TS_OPERAND (TC_VARIABLE | TC_ARRAY | TC_FUNCTION \
285 #define TS_LVALUE (TC_VARIABLE | TC_ARRAY)
305 #define TS_CONCAT_L (TC_VARIABLE | TC_ARRTERM | TC_RPAREN \
1245 tc = TC_VARIABLE; in next_token()
1421 case TC_VARIABLE: in parse_expr()
1747 if (next_token(TC_VARIABLE | TC_RPAREN) == TC_RPAREN) { in parse_program()