OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sifted_states
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
986
re_dfastate_t **
sifted_states
;
999
sifted_states
= re_malloc (re_dfastate_t *, match_last + 1);
1000
if (BE (
sifted_states
== NULL, 0))
1017
sift_ctx_init (&sctx,
sifted_states
, lim_states, halt_node,
1023
if (
sifted_states
[0] != NULL || lim_states[0] != NULL)
1039
ret = merge_state_array (dfa,
sifted_states
, lim_states,
983
re_dfastate_t **
sifted_states
;
local
[
all
...]
regex_internal.h
637
re_dfastate_t **
sifted_states
;
member in struct:__anon22185
Completed in 1394 milliseconds