OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 25 02:09:54 GMT 2025