Home
last modified time | relevance | path

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

/linux-6.15/scripts/kconfig/
H A Dnconf.c396 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument
404 static void handle_f2(int *key, struct menu *current_item) in handle_f2() argument
406 show_help(current_item); in handle_f2()
411 static void handle_f3(int *key, struct menu *current_item) in handle_f3() argument
420 static void handle_f4(int *key, struct menu *current_item) in handle_f4() argument
436 static void handle_f5(int *key, struct menu *current_item) in handle_f5() argument
443 static void handle_f6(int *key, struct menu *current_item) in handle_f6() argument
510 match_start = item_index(current_item(curses_menu)); in get_mext_match()
610 cur = current_item(curses_menu); in item_tag()
619 return item_index(current_item(curses_menu)); in curses_item_index()
[all …]
H A Dnconf.gui.c283 if (item_index(current_item(menu)) == btn_num - 1) in btn_dialog()
300 res = item_index(current_item(menu)); in btn_dialog()