Searched refs:current_item (Results 1 – 2 of 2) sorted by relevance
/scripts/kconfig/ |
D | nconf.c | 288 static void handle_f1(int *key, struct menu *current_item); 289 static void handle_f2(int *key, struct menu *current_item); 290 static void handle_f3(int *key, struct menu *current_item); 291 static void handle_f4(int *key, struct menu *current_item); 292 static void handle_f5(int *key, struct menu *current_item); 293 static void handle_f6(int *key, struct menu *current_item); 294 static void handle_f7(int *key, struct menu *current_item); 295 static void handle_f8(int *key, struct menu *current_item); 296 static void handle_f9(int *key, struct menu *current_item); 385 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument [all …]
|
D | nconf.gui.c | 339 res = item_index(current_item(menu)); in btn_dialog()
|