Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c213 #define TC_ARRTERM (1 << 11) /* ] */ macro
253 if (n & TC_ARRTERM ) debug_printf_parse(" ARRTERM" ); in debug_parse_print_tc()
305 #define TS_CONCAT_L (TC_VARIABLE | TC_ARRTERM | TC_RPAREN \
1434 cn->r.n = parse_expr(TC_ARRTERM); in parse_expr()