Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c236 #define TC_STRING (1 << 29) /* "..." */ macro
271 if (n & TC_STRING ) debug_printf_parse(" STRING" ); in debug_parse_print_tc()
283 | TC_LPAREN | TC_STRING | TC_NUMBER)
306 | TC_STRING | TC_NUMBER | TC_UOPPOST \
1141 tc = TC_STRING; in next_token()
1439 case TC_STRING: in parse_expr()