Home
last modified time | relevance | path

Searched defs:max_choice (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/toybox/kconfig/lxdialog/
H A Dchecklist.c115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
H A Dmenubox.c188 int first_item = 0, max_choice; in dialog_menu() local
/aosp_15_r20/external/coreboot/util/kconfig/lxdialog/
H A Dchecklist.c108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
H A Dmenubox.c169 int first_item = 0, max_choice; in dialog_menu() local
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcros_build_lib.py1306 def PromptForChoice(max_choice, more): argument