OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pmatches
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/regex/
regcomp.c
2327
size_t*
pmatches
; /*
pmatches
[k] points to the next i
local in function:computematchjumps
2339
pmatches
= calloc(g->mlen, sizeof(*
pmatches
));
2340
if (
pmatches
== NULL) {
2347
free(
pmatches
);
2355
/* Compute
pmatches
[] */
2357
pmatches
[mindex] = suffix;
2369
suffix =
pmatches
[suffix];
2381
ssuffix =
pmatches
[suffix]
[
all
...]
regcomp.c
2327
size_t*
pmatches
; /*
pmatches
[k] points to the next i
local in function:computematchjumps
2339
pmatches
= calloc(g->mlen, sizeof(*
pmatches
));
2340
if (
pmatches
== NULL) {
2347
free(
pmatches
);
2355
/* Compute
pmatches
[] */
2357
pmatches
[mindex] = suffix;
2369
suffix =
pmatches
[suffix];
2381
ssuffix =
pmatches
[suffix]
[
all
...]
Completed in 156 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025