Home
last modified time | relevance | path

Searched refs:classend (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/less/dist/
H A Dregexp.c498 register int classend; local
514 classend = UCHARAT(regparse);
515 if (clss > classend+1)
517 for (; clss <= classend; clss++)
/netbsd-src/lib/libcompat/regexp/
H A Dregexp.c501 int classend; local
517 classend = UCHARAT(regparse);
518 if (class > classend+1)
520 for (; class <= classend; class++)
/netbsd-src/external/mit/lua/dist/src/
H A Dlstrlib.c411 static const char *classend (MatchState *ms, const char *p) { in classend() function
615 ep = classend(ms, p); /* points to what is next */ in match()
638 const char *ep = classend(ms, p); /* points to optional suffix */ in match()