tag | line | file | source code |
print_item | 192 | 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 | 247 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + max_choice - 1) * 3 + 1], |
print_item | 255 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + max_choice - 1) * 3 + 1], |
print_item | 273 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + choice) * 3 + 1], |
print_item | 277 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + choice) * 3 + 1], |
print_item | 323 | scripts/lxdialog/checklist.c | print_item (list, items[(scroll + i) * 3 + 1], |
print_item | 180 | scripts/lxdialog/menubox.c | print_item (menu, items[(first_item + i) * 2 + 1], i, i == choice, |
print_item | 216 | scripts/lxdialog/menubox.c | print_item (menu, items[scroll*2+1], 0, FALSE, |
print_item | 223 | scripts/lxdialog/menubox.c | print_item (menu, items[scroll * 2 + 1], 0, TRUE, |
print_item | 242 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll + max_choice - 1) |
print_item | 250 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+max_choice-1)*2+1], |
print_item | 269 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+choice)*2+1], choice, FALSE, |
print_item | 274 | scripts/lxdialog/menubox.c | print_item (menu, items[(scroll+choice)*2+1], choice, TRUE, |