Home | History | Annotate | Download | only in openssh

Lines Matching defs:next_state

552 	int next_state, state = 0;
585 next_state = choose_next_state(state, contig, final,
592 if (state != 0 && (force_new_sect || next_state != state ||
613 if (next_state != state || force_new_sect) {
615 next_state));
616 state = next_state;