Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dregexp.c490 register int classend;
506 classend = UCHARAT(regparse);
507 if (clss > classend+1)
509 for (; clss <= classend; clss++)
496 register int classend; global() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c252 static const char *classend (MatchState *ms, const char *p) { in classend() function
458 ep = classend(ms, p); /* points to what is next */ in match()
481 const char *ep = classend(ms, p); /* points to optional suffix */ in match()
/freebsd/contrib/lua/src/
H A Dlstrlib.c403 static const char *classend (MatchState *ms, const char *p) { in classend() function
607 ep = classend(ms, p); /* points to what is next */ in match()
630 const char *ep = classend(ms, p); /* points to optional suffix */ in match()