Home
last modified time | relevance | path

Searched refs:hotkey (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/scripts/kconfig/lxdialog/
Dmenubox.c67 int selected, int hotkey) in do_print_item() argument
90 if (hotkey) { in do_print_item()
103 int hotkey = (items[(index) * 2][0] != ':'); \
104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \