Home
last modified time | relevance | path

Searched defs:key (Results 1 – 9 of 9) sorted by relevance

/scripts/kconfig/
Dnconf.c309 function_key key; member
394 static void handle_f1(int *key, struct menu *current_item) in handle_f1()
402 static void handle_f2(int *key, struct menu *current_item) in handle_f2()
409 static void handle_f3(int *key, struct menu *current_item) in handle_f3()
418 static void handle_f4(int *key, struct menu *current_item) in handle_f4()
434 static void handle_f5(int *key, struct menu *current_item) in handle_f5()
441 static void handle_f6(int *key, struct menu *current_item) in handle_f6()
448 static void handle_f7(int *key, struct menu *current_item) in handle_f7()
455 static void handle_f8(int *key, struct menu *current_item) in handle_f8()
462 static void handle_f9(int *key, struct menu *current_item) in handle_f9()
[all …]
Dmconf.c386 static int next_jump_key(int key) in next_jump_key()
399 static int handle_search_keys(int key, size_t start, size_t end, void *_data) in handle_search_keys()
Dqconf.cc44 QList<int> ConfigSettings::readSizes(const QString& key, bool *ok) in readSizes()
67 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes()
/scripts/kconfig/lxdialog/
Dyesno.c31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
Dinputbox.c35 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local
Dchecklist.c108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
Dmenubox.c168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
Dtextbox.c155 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
Dutil.c549 int key; in on_key_esc() local