Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c230 #define TC_BEGIN (1 << 23) /* 'BEGIN' */ macro
265 if (n & TC_BEGIN ) debug_printf_parse(" BEGIN" ); in debug_parse_print_tc()
291 | TC_FUNCDECL | TC_BEGIN | TC_END)
1706 tclass = next_token(TS_OPSEQ | TC_LBRACE | TC_BEGIN | TC_END | TC_FUNCDECL in parse_program()
1717 if (tclass == TC_BEGIN) { in parse_program()
1792 tclass = next_token(TS_OPSEQ | TC_LBRACE | TC_BEGIN | TC_END | TC_FUNCDECL in parse_program()