tag | line | file | source code |
COLS | 144 | scripts/lxdialog/checklist.c | x = (COLS - width) / 2; |
COLS | 54 | scripts/lxdialog/inputbox.c | x = (COLS - width) / 2; |
COLS | 128 | scripts/lxdialog/lxdialog.c | attr_clear (stdscr, LINES, COLS, screen_attr); |
COLS | 130 | scripts/lxdialog/menubox.c | x = (COLS - width) / 2; |
COLS | 36 | scripts/lxdialog/msgbox.c | x = (COLS - width) / 2; |
COLS | 82 | scripts/lxdialog/textbox.c | x = (COLS - width) / 2; |
COLS | 127 | scripts/lxdialog/util.c | attr_clear (stdscr, LINES, COLS, screen_attr); |
COLS | 135 | scripts/lxdialog/util.c | for (i = 1; i < COLS - 1; i++) |
COLS | 50 | scripts/lxdialog/yesno.c | x = (COLS - width) / 2; |