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

  /src/lib/libc/regex/
regex2.h 194 size_t *matchjump; /* Boyer-Moore match jump table */ member in struct:re_guts
engine.c 220 size_t *matchjump; local in function:matcher
244 if (g->charjump != NULL && g->matchjump != NULL) {
248 matchjump = g->matchjump;
268 mj = matchjump[pp - mustfirst];

Completed in 13 milliseconds