Home | History | Annotate | Download | only in src

Lines Matching refs:step

191     int step=1;
203 step = -1;
206 step = (int)lstep;
207 if(step > (max_c - min_c))
208 step = -1;
217 (step <= 0) )
221 /* if there was a ":[num]" thing, use that as step or else use 1 */
222 pat->content.CharRange.step = step;
228 pat->content.CharRange.step + 1) )
290 pat->content.NumRange.step = step_n;
294 pat->content.NumRange.step + 1) )
514 (char)(pat->content.CharRange.step +
522 pat->content.NumRange.ptr_n += pat->content.NumRange.step;