Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c209 #define TC_IN (1 << 7) /* 'in' */ macro
249 if (n & TC_IN ) debug_printf_parse(" IN" ); in debug_parse_print_tc()
279 #define TS_BINOP (TC_BINOPX | TC_COMMA | TC_PIPE | TC_IN)
289 #define TS_WORD (TC_IN | TS_STATEMNT | TC_ELSE \