OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stateno
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
lalr.c
182
state_number
stateno
= to_state[i];
local
183
transitions *sp = states[
stateno
]->transitions;
193
edge[nedges++] = map_goto (
stateno
, sym);
/external/libxml2/
xmlregexp.c
550
int
stateno
, atomno, targetno, prev;
local
554
stateno
= stateRemap[i];
555
if (
stateno
== -1)
559
transitions[
stateno
* (nbatoms + 1)] = state->type;
583
prev = transitions[
stateno
* (nbatoms + 1) + atomno + 1];
607
transitions[
stateno
* (nbatoms + 1) + atomno + 1] =
610
transdata[
stateno
* nbatoms + atomno] =
[
all
...]
Completed in 451 milliseconds