Searched refs:check_x (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/dialog/
H A Dchecklist.c39 int check_x; member in struct:__anon867
67 int climit = (getmaxx(win) - data->check_x + 1);
78 (void) wmove(win, choice, data->check_x);
121 data->box_x + data->check_x,
341 all.check_x = (use_width - list_width) / 2;
347 + all.check_x + 4);
367 wmove(dialog, all.box_y + choice + 1, all.box_x + all.check_x + 2);
H A Dtreeview.c36 int check_x; member in struct:__anon895
64 int climit = (getmaxx(win) - data->check_x + 1);
75 (void) wmove(win, choice, data->check_x);
125 data->box_x + data->check_x,
328 all.check_x = (use_width - tree_width) / 2;
334 + all.check_x + 4);
359 wmove(dialog, box_y + choice + 1, box_x + all.check_x + 2);
H A Dbuildlist.c55 int check_x; member in struct:__anon865
75 int climit = (data->item_x - data->check_x - 1);
86 (void) wmove(win, choice, data->check_x);
360 moi->box_x + data->check_x,
604 all.check_x = (all.use_width - full_width) / 2;
610 + all.check_x);
665 + all.check_x + 1);

Completed in 102 milliseconds