OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_node_idx
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/xcvs/dist/lib/
regexec.c
2500
Idx
cur_node_idx
= pstate->nodes.elems[i];
2506
if (!dfa->nodes[
cur_node_idx
].accept_mb)
2509
if (dfa->nodes[
cur_node_idx
].constraint)
2514
if (NOT_SATISFY_NEXT_CONSTRAINT (dfa->nodes[
cur_node_idx
].constraint,
2520
naccepted = check_node_accept_bytes (dfa,
cur_node_idx
, &mctx->input,
2533
assert (dfa->nexts[
cur_node_idx
] != REG_MISSING);
2535
new_nodes = dfa->eclosures + dfa->nexts[
cur_node_idx
];
2496
Idx
cur_node_idx
= pstate->nodes.elems[i];
local
Completed in 28 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026