Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c208 #define TC_BINOPX (1 << 6) /* two-opnd operator */ macro
248 if (n & TC_BINOPX ) debug_printf_parse(" BINOPX" ); in debug_parse_print_tc()
279 #define TS_BINOP (TC_BINOPX | TC_COMMA | TC_PIPE | TC_IN)
1278 tc = TC_BINOPX; in next_token()
1488 | TC_BINOPX /* length <op> NUM */ in parse_expr()