Searched refs:cmatches (Results 1 – 1 of 1) sorted by relevance
1162 static tokmatch_t cmatches[] = { variable1212 for (i = 0; i < ARRAY_SIZE(cmatches); i++) { in tokenize()1213 if (cmatches[i].s[0] == *s) { in tokenize()1214 tok->type = cmatches[i].type; in tokenize()1215 tok->subtype = cmatches[i].subtype; in tokenize()