OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subexp_map
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
651
re_free (dfa->
subexp_map
);
[
all
...]
regex_internal.h
699
Idx *
subexp_map
;
member in struct:re_dfa_t
regexec.c
960
if (dfa->
subexp_map
)
962
if (dfa->
subexp_map
[reg_idx] != reg_idx)
965
= pmatch[dfa->
subexp_map
[reg_idx] + 1].rm_so;
967
= pmatch[dfa->
subexp_map
[reg_idx] + 1].rm_eo;
[
all
...]
Completed in 34 milliseconds