Home | History | Annotate | Download | only in config

Lines Matching defs:next_state

3816   relax_substateT next_state;
3848 for (next_state = this_type->rlx_more; next_state;)
3850 next_state = 0;
3854 this_state = next_state;
3856 next_state = this_type->rlx_more;
3862 for (next_state = this_type->rlx_more; next_state;)
3864 next_state = 0;
3868 this_state = next_state;
3870 next_state = this_type->rlx_more;