Searched refs:TS_WORD (Results 1 – 1 of 1) sorted by relevance
289 #define TS_WORD (TC_IN | TS_STATEMNT | TC_ELSE \ macro1195 if ((tc & (expected | TS_WORD | TC_NEWLINE)) in next_token()1197 && !((tc & TS_WORD) && isalnum_(p[l])) in next_token()