HomeSort by: relevance | last modified time | path
    Searched defs:classend (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcompat/regexp/
regexp.c 501 int classend; local
517 classend = UCHARAT(regparse);
518 if (class > classend+1)
520 for (; class <= classend; class++)
  /src/external/bsd/less/dist/
regexp.c 498 register int classend; local
514 classend = UCHARAT(regparse);
515 if (clss > classend+1)
517 for (; clss <= classend; clss++)
  /src/external/mit/lua/dist/src/
lstrlib.c 411 static const char *classend (MatchState *ms, const char *p) { function
615 ep = classend(ms, p); /* points to what is next */
638 const char *ep = classend(ms, p); /* points to optional suffix */

Completed in 27 milliseconds