Home | History | Annotate | Download | only in config

Lines Matching defs:this_type

3884   const relax_typeS *this_type;
3925 start_type = this_type = table + this_state;
3930 for (next_state = this_type->rlx_more; next_state;)
3931 if (aim >= this_type->rlx_backward)
3937 this_type = table + this_state;
3938 next_state = this_type->rlx_more;
3944 for (next_state = this_type->rlx_more; next_state;)
3945 if (aim <= this_type->rlx_forward)
3951 this_type = table + this_state;
3952 next_state = this_type->rlx_more;
3956 growth = this_type->rlx_length - start_type->rlx_length;