Home | History | Annotate | Download | only in config

Lines Matching defs:next_state

3881   relax_substateT next_state;
3925 for (next_state = this_type->rlx_more; next_state;)
3927 next_state = 0;
3931 this_state = next_state;
3933 next_state = this_type->rlx_more;
3939 for (next_state = this_type->rlx_more; next_state;)
3941 next_state = 0;
3945 this_state = next_state;
3947 next_state = this_type->rlx_more;