OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:charjump
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/regex/
regex2.h
193
size_t *
charjump
; /* Boyer-Moore char jump table */
member in struct:re_guts
engine.c
221
size_t *
charjump
;
local in function:matcher
244
if (g->
charjump
!= NULL && g->matchjump != NULL) {
247
charjump
= g->
charjump
;
252
while (dp < stop &&
charjump
[(int)*dp])
253
dp +=
charjump
[(int)*dp];
269
cj =
charjump
[(int)*dp];
Completed in 41 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025