Home | History | Annotate | Download | only in debug

Lines Matching defs:next_position

156     int next_position;
158 next_position = statement_position();
161 next_position = position();
163 if (source_position <= next_position &&
164 next_position - source_position < distance) {
166 distance = next_position - source_position;