Searched refs:tmpstep (Results 1 – 1 of 1) sorted by relevance
83 int i, step, tmpstep; in handlesliderctl() local185 tmpstep = 1; in handlesliderctl()187 tmpstep = ((sliderctl->length) * 10) / 100; in handlesliderctl()189 new_start = old_start - tmpstep; in handlesliderctl()190 new_end = old_end - tmpstep; in handlesliderctl()205 tmpstep = 1; in handlesliderctl()207 tmpstep = ((sliderctl->length) * 10) / 100; in handlesliderctl()209 new_start = old_start + tmpstep; in handlesliderctl()210 new_end = old_end + tmpstep; in handlesliderctl()