Lines Matching full:spaces
63 unsigned long (*spaces)[2]; member
100 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
101 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
115 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
116 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
131 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
132 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
143 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
144 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
159 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
160 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
173 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
174 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
193 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
194 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
213 x = (sliderctl->spaces)[i][0]; in handlesliderctl()
214 y = (sliderctl->spaces)[i][1]; in handlesliderctl()
278 unsigned long spaces[][2], int nspaces, unsigned long length, in print_slider()
301 s = spaces[i][0]; in print_slider()
302 e = spaces[i][1]; in print_slider()
391 ctl.spaces = blocks; in bsddialog_slider()