Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c576 uint32_t t_tclass; member
643 #define t_tclass (G.t_tclass ) macro
652 t_tclass = TC_NEWLINE; \
1098 last_token_class = t_tclass; /* t_tclass is initialized to TC_NEWLINE */ in next_token()
1110 t_tclass = save_tclass; in next_token()
1282 t_tclass = tc; in next_token()
1286 if (!(t_tclass & expected)) { in next_token()
1292 debug_parse_print_tc(t_tclass); in next_token()
1295 return t_tclass; in next_token()
1536 if (t_tclass & TC_RBRACE) in chain_expr()
[all …]