OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:search_states_ptr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c
1066
struct stack_item *
search_states_ptr
= compiler_common->search_states;
local in function:verbose_transitions
1073
if (
search_states_ptr
->type >= 0)
1074
printf("(%3d) ",
search_states_ptr
->type);
1141
search_states_ptr
++;
1173
struct stack_item *
search_states_ptr
;
local in function:generate_search_states
1182
search_states_ptr
= compiler_common->search_states;
1187
search_states_ptr
->type = 0;
1191
search_states_ptr
->type = compiler_common->terms_size++;
1196
search_states_ptr
->type = 1;
1198
search_states_ptr
->type = compiler_common->terms_size++
[
all
...]
Completed in 14 milliseconds
Indexes created Tue Oct 28 02:10:10 GMT 2025