OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_state_word
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h
671
re_dfastate_t *
init_state_word
;
member in struct:re_dfa_t
regcomp.c
286
if (dfa->init_state != dfa->
init_state_word
)
287
re_compile_fastmap_iter (bufp, dfa->
init_state_word
, fastmap);
1039
dfa->
init_state_word
= re_acquire_state_context (&err, dfa, &init_nodes,
[
all
...]
regexec.c
683
|| dfa->
init_state_word
== NULL || dfa->init_state_nl == NULL
696
&& dfa->
init_state_word
->nodes.nelem == 0
[
all
...]
Completed in 21 milliseconds