Home | History | Annotate | Download | only in src

Lines Matching refs:states

46   transitions *res = xmalloc (offsetof (transitions, states) + states_size);
48 memcpy (res->states, the_states, states_size);
66 return shifts->states[j];
116 | States. |
254 /* Initial capacity of states hash table. */
259 /* Two states are equal if they have the same core items. */
300 | Create the states hash table. |
315 | Free the states hash table, not the states. |
355 /* All the decorated states, indexed by the state number. */
356 state **states = NULL;
360 | Free all the states. |
368 state_free (states[i]);
369 free (states);