tag | line | file | source code |
print_item | 193 | scripts/lxdialog/checklist.c | print_item (list, items[i * 3 + 1], status[i], i, i == choice); |
print_item | 219 | scripts/lxdialog/checklist.c | print_item (list, items[scroll * 3 + 1], |
print_item | 226 | scripts/lxdialog/checklist.c | print_item (list, items[scroll * 3 + 1], |
print_item | 245 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + max_choice - 1) * 3 + 1], |
print_item | 253 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + max_choice - 1) * 3 + 1], |
print_item | 269 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + choice) * 3 + 1], |
print_item | 273 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + choice) * 3 + 1], |
print_item | 312 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + i) * 3 + 1], |
print_item | 188 | scripts/lxdialog/menubox.c | print_item (menu, items[(first_item + i) * 2 + 1], i, i == choice, |
print_item | 225 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+choice)*2+1], choice, FALSE, |
print_item | 237 | scripts/lxdialog/menubox.c | print_item (menu, items[scroll * 2 + 1], 0, FALSE, |
print_item | 244 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+choice)*2+1], choice, FALSE, |
print_item | 257 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+max_choice-1)*2+1], |
print_item | 268 | scripts/lxdialog/menubox.c | print_item (menu, items[scroll * 2 + 1], 0, FALSE, |
print_item | 279 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+max_choice-1)*2+1], |
print_item | 289 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+choice)*2+1], choice, TRUE, |