Lines Matching defs:check_x
26 static int list_width, check_x, item_x;
41 wmove(win, choice, check_x);
51 wmove(win, choice, check_x + 1);
174 check_x = 0;
176 check_x = MAX(check_x, strlen(item_str()) + 4);
178 check_x = (list_width - check_x) / 2;
179 item_x = check_x + 4;
193 box_y, box_x + check_x + 5, list_height);
229 scroll, box_y, box_x + check_x + 5, list_height);
257 scroll, box_y, box_x + check_x + 5, list_height);