Home
last modified time | relevance | path

Searched refs:current_item (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/kconfig/
H A Dnconf.c298 static void handle_f1(int *key, struct menu *current_item);
299 static void handle_f2(int *key, struct menu *current_item);
300 static void handle_f3(int *key, struct menu *current_item);
301 static void handle_f4(int *key, struct menu *current_item);
302 static void handle_f5(int *key, struct menu *current_item);
303 static void handle_f6(int *key, struct menu *current_item);
304 static void handle_f7(int *key, struct menu *current_item);
305 static void handle_f8(int *key, struct menu *current_item);
306 static void handle_f9(int *key, struct menu *current_item);
396 static void handle_f1(int *key, struct menu *current_item) in handle_f1()
395 handle_f1(int * key,struct menu * current_item) handle_f1() argument
403 handle_f2(int * key,struct menu * current_item) handle_f2() argument
410 handle_f3(int * key,struct menu * current_item) handle_f3() argument
419 handle_f4(int * key,struct menu * current_item) handle_f4() argument
435 handle_f5(int * key,struct menu * current_item) handle_f5() argument
442 handle_f6(int * key,struct menu * current_item) handle_f6() argument
449 handle_f7(int * key,struct menu * current_item) handle_f7() argument
456 handle_f8(int * key,struct menu * current_item) handle_f8() argument
463 handle_f9(int * key,struct menu * current_item) handle_f9() argument
[all...]
H A Dnconf.gui.c291 res = item_index(current_item(menu)); in btn_dialog()