Searched refs:classchars (Results 1 – 2 of 2) sorted by relevance
255 static char_u *classchars = (char_u *)".iIkKfFpPsSdDxXoOwWhHaAlLuU"; variable1348 p = vim_strchr(classchars, no_Magic(c)); in regatom()1359 ret = regnode(classcodes[p - classchars] + extra); in regatom()
1459 p = vim_strchr(classchars, no_Magic(c)); in nfa_regatom()1480 EMIT(nfa_classcodes[p - classchars]); in nfa_regatom()