Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c217 #define TC_NEWLINE (1 << 15) macro
257 if (n & TC_NEWLINE ) debug_printf_parse(" NEWLINE" ); in debug_parse_print_tc()
295 | TC_SEMICOL | TC_NEWLINE)
301 | TC_SEMICOL | TC_NEWLINE | TC_LBRACE)
652 t_tclass = TC_NEWLINE; \
1195 if ((tc & (expected | TS_WORD | TC_NEWLINE)) in next_token()
1265 if ((last_token_class & TS_NOTERM) && (tc & TC_NEWLINE)) in next_token()
1287 syntax_error((last_token_class & (TC_NEWLINE | TC_EOF)) ? in next_token()
1486 | TC_NEWLINE /* length<newline> */ in parse_expr()
1532 n->l.n = parse_expr(TC_SEMICOL | TC_NEWLINE | TC_RBRACE); in chain_expr()
[all …]