Home
last modified time | relevance | path

Searched defs:current_item (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dnconf.c388 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()
/openbmc/linux/scripts/kconfig/
H A Dnconf.c394 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()
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h423 char *current_item; member