Searched refs:classend (Results 1 – 3 of 3) sorted by relevance
498 register int classend; local514 classend = UCHARAT(regparse);515 if (clss > classend+1)517 for (; clss <= classend; clss++)
501 int classend; local517 classend = UCHARAT(regparse);518 if (class > classend+1)520 for (; class <= classend; class++)
411 static const char *classend (MatchState *ms, const char *p) { in classend() function615 ep = classend(ms, p); /* points to what is next */ in match()638 const char *ep = classend(ms, p); /* points to optional suffix */ in match()