Home
last modified time | relevance | path

Searched defs:choice (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/tools/kconfig/lxdialog/
Dchecklist.c31 static void print_item(WINDOW * win, int choice, int selected) in print_item()
65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows()
121 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
Dmenubox.c102 #define print_item(index, choice, selected) \ argument
189 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
/hal_espressif-2.7.6/tools/ci/python_packages/idf_iperf_test_util/
DPowerControl.py28 def apc_telnet_make_choice(cls, telnet, choice): argument
/hal_espressif-2.7.6/tools/kconfig/
Dsymbol.c1223 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps()