Searched refs:print_item (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | checklist.c | 31 static void print_item(WINDOW * win, const char *item, int status, int choice, in print_item() function 190 print_item(list, items[(scroll + i) * 3 + 1], in dialog_checklist() 220 print_item(list, items[scroll * 3 + 1], in dialog_checklist() 227 print_item(list, items[scroll * 3 + 1], status[scroll], 0, TRUE); in dialog_checklist() 244 print_item(list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist() 252 print_item(list, items[(scroll + max_choice - 1) * 3 + 1], in dialog_checklist() 267 print_item(list, items[(scroll + choice) * 3 + 1], in dialog_checklist() 271 print_item(list, items[(scroll + choice) * 3 + 1], in dialog_checklist() 305 print_item(list, items[(scroll + i) * 3 + 1], in dialog_checklist()
|
D | menubox.c | 101 #define print_item(index, choice, selected) \ macro 261 print_item(first_item + i, i, i == choice); in dialog_menu() 300 print_item(scroll + choice, choice, FALSE); in dialog_menu() 307 print_item(scroll, 0, FALSE); in dialog_menu() 312 print_item(scroll+choice, choice, FALSE); in dialog_menu() 319 print_item(scroll+max_choice - 1, in dialog_menu() 329 print_item(scroll, 0, FALSE); in dialog_menu() 340 print_item(scroll+max_choice-1, in dialog_menu() 350 print_item(scroll + choice, choice, TRUE); in dialog_menu()
|