Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDregexp.c490 register int classend; in regatom() local
506 classend = UCHARAT(regparse); in regatom()
507 if (clss > classend+1) in regatom()
509 for (; clss <= classend; clss++) in regatom()
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
HDlstrlib.c253 static const char *classend (MatchState *ms, const char *p) { in classend() function
459 ep = classend(ms, p); /* points to what is next */ in match()
482 const char *ep = classend(ms, p); /* points to optional suffix */ in match()
/freebsd-13-stable/contrib/lua/src/
HDlstrlib.c400 static const char *classend (MatchState *ms, const char *p) { in classend() function
604 ep = classend(ms, p); /* points to what is next */ in match()
627 const char *ep = classend(ms, p); /* points to optional suffix */ in match()