OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchjump
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/regex/
regfree.c
101
if (g->
matchjump
!= NULL)
102
free(g->
matchjump
);
regcomp.c
368
g->
matchjump
= NULL;
392
if(g->
matchjump
== NULL && g->charjump != NULL) {
2341
g->
matchjump
= NULL;
2345
g->
matchjump
= calloc(g->mlen, sizeof(*g->
matchjump
));
2346
if (g->
matchjump
== NULL) { /* Not a fatal error */
2353
g->
matchjump
[mindex] = 2 * g->mlen - mindex - 1;
2360
* compute the
matchjump
for that position. If no
2367
g->
matchjump
[suffix] = MIN(g->
matchjump
[suffix]
[
all
...]
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 Sat Oct 18 21:09:54 GMT 2025