Searched refs:TC_EOF (Results 1 – 1 of 1) sorted by relevance
232 #define TC_EOF (1 << 25) macro267 if (n & TC_EOF ) debug_printf_parse(" EOF" ); in debug_parse_print_tc()1126 tc = TC_EOF; in next_token()1287 syntax_error((last_token_class & (TC_NEWLINE | TC_EOF)) ? in next_token()1707 | TC_EOF | TC_NEWLINE /* but not TC_SEMICOL */); in parse_program()1709 if (tclass == TC_EOF) { in parse_program()1775 cn->l.n = parse_expr(TC_SEMICOL | TC_NEWLINE | TC_EOF | TC_LBRACE); in parse_program()1793 | TC_EOF | TC_NEWLINE | TC_SEMICOL); in parse_program()