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

/linux-master/scripts/kconfig/lxdialog/
H A Dchecklist.c13 static int list_width, check_x, item_x; variable
32 wmove(win, choice, check_x);
43 wmove(win, choice, check_x + 1);
167 check_x = 0;
169 check_x = MAX(check_x, strlen(item_str()) + 4);
170 check_x = MIN(check_x, list_width);
172 check_x = (list_width - check_x) /
[all...]

Completed in 74 milliseconds