Searched defs:key (Results 1 – 9 of 9) sorted by relevance
/scripts/kconfig/ |
D | nconf.c | 303 function_key key; member 388 static void handle_f1(int *key, struct menu *current_item) in handle_f1() 396 static void handle_f2(int *key, struct menu *current_item) in handle_f2() 403 static void handle_f3(int *key, struct menu *current_item) in handle_f3() 412 static void handle_f4(int *key, struct menu *current_item) in handle_f4() 428 static void handle_f5(int *key, struct menu *current_item) in handle_f5() 435 static void handle_f6(int *key, struct menu *current_item) in handle_f6() 442 static void handle_f7(int *key, struct menu *current_item) in handle_f7() 449 static void handle_f8(int *key, struct menu *current_item) in handle_f8() 456 static void handle_f9(int *key, struct menu *current_item) in handle_f9() [all …]
|
D | mconf.c | 375 int key = '0' + (pos->index % JUMP_NB) + 1; in update_text() local
|
D | qconf.cc | 42 QList<int> ConfigSettings::readSizes(const QString& key, bool *ok) in readSizes() 65 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes()
|
/scripts/kconfig/lxdialog/ |
D | yesno.c | 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
D | inputbox.c | 35 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local
|
D | checklist.c | 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
D | menubox.c | 176 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
D | textbox.c | 47 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
|
D | util.c | 549 int key; in on_key_esc() local
|