OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_state
(Results
1 - 9
of
9
) sorted by null
/external/bison/src/
lalr.h
49
/* GOTO_MAP, FROM_STATE and
TO_STATE
-- record each shift transition
53
TO_STATE
[T] -- state number it leads to.
57
TO_STATE
of the first of them. */
64
extern state_number *
to_state
;
lalr.c
49
state_number *
to_state
;
variable
120
to_state
= xcalloc (ngotos, sizeof *
to_state
);
130
to_state
[k] = sp->states[i]->number;
182
state_number stateno =
to_state
[i];
241
symbol_number symbol1 = states[
to_state
[i]]->accessing_symbol;
tables.c
491
if (
to_state
[i] != default_state)
503
if (
to_state
[i] != default_state)
506
*sp2++ =
to_state
[i];
535
state_count[
to_state
[i]]++;
825
free (
to_state
);
/cts/tools/dasm/src/java_cup/
lalr_transition.java
66
public lalr_state
to_state
() {return _to_state;}
method in class:lalr_transition
lalr_state.java
517
act = new shift_action(trans.
to_state
());
537
our_red_row.under_non_term[sym.index()] = trans.
to_state
();
/cts/tools/dasm/etc/
java_cup-new.jar
java_cup.jar
java_cup.jar.old
/external/libnfc-nxp/src/
phHciNfc_Sequence.c
84
phHciNfc_eState_t
to_state
;
member in struct:phHciNfc_sFsm
[
all
...]
Completed in 28 milliseconds