Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c219 #define TC_WHILE (1 << 17) /* 'while' */ macro
259 if (n & TC_WHILE ) debug_printf_parse(" WHILE" ); in debug_parse_print_tc()
286 #define TS_STATEMNT (TC_STATX | TC_WHILE)
1630 next_token(TC_WHILE); in chain_group()