Home | History | Annotate | Download | only in config

Lines Matching defs:next_state

3886   relax_substateT next_state;
3930 for (next_state = this_type->rlx_more; next_state;)
3932 next_state = 0;
3936 this_state = next_state;
3938 next_state = this_type->rlx_more;
3944 for (next_state = this_type->rlx_more; next_state;)
3946 next_state = 0;
3950 this_state = next_state;
3952 next_state = this_type->rlx_more;