Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/less/
H A Dregexp.c496 register int classend; local
512 classend = UCHARAT(regparse);
513 if (clss > classend+1)
515 for (; clss <= classend; clss++)
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c271 static const char *classend (MatchState *ms, const char *p) { in classend() function
477 ep = classend(ms, p); /* points to what is next */ in match()
500 const char *ep = classend(ms, p); /* points to optional suffix */ in match()
/freebsd-12.1/contrib/lua/src/
H A Dlstrlib.c258 static const char *classend (MatchState *ms, const char *p) { in classend() function
462 ep = classend(ms, p); /* points to what is next */ in match()
485 const char *ep = classend(ms, p); /* points to optional suffix */ in match()