Lines Matching defs:step
208 unsigned long step = 1;
218 step = strtoul(&pattern[4], &endp, 10);
220 step = 0;
234 if(rc != 3 || !step || step > (unsigned)INT_MAX ||
235 (min_c == max_c && step != 1) ||
236 (min_c != max_c && (min_c > max_c || step > (unsigned)(max_c - min_c) ||
241 /* if there was a ":[num]" thing, use that as step or else use 1 */
242 pat->content.CharRange.step = (int)step;
248 pat->content.CharRange.step + 1)))
322 pat->content.NumRange.step = step_n;
326 pat->content.NumRange.step + 1)))
560 (char)(pat->content.CharRange.step +
568 pat->content.NumRange.ptr_n += pat->content.NumRange.step;