Searched refs:last_token_class (Results 1 – 1 of 1) sorted by relevance
1096 uint32_t tc, last_token_class; in next_token() local1098 last_token_class = t_tclass; /* t_tclass is initialized to TC_NEWLINE */ in next_token()1219 if (last_token_class == TC_FUNCDECL) in next_token()1265 if ((last_token_class & TS_NOTERM) && (tc & TC_NEWLINE)) in next_token()1270 (last_token_class & TS_CONCAT_L), (tc & TS_CONCAT_R), (expected & TS_BINOP), in next_token()1271 !(last_token_class == TC_LENGTH && tc == TC_LPAREN)); in next_token()1272 if ((last_token_class & TS_CONCAT_L) && (tc & TS_CONCAT_R) && (expected & TS_BINOP) in next_token()1273 && !(last_token_class == TC_LENGTH && tc == TC_LPAREN) /* but not for "length(..." */ in next_token()1287 syntax_error((last_token_class & (TC_NEWLINE | TC_EOF)) ? in next_token()