Lines Matching refs:current_item

294 static void handle_f1(int *key, struct menu *current_item);
295 static void handle_f2(int *key, struct menu *current_item);
296 static void handle_f3(int *key, struct menu *current_item);
297 static void handle_f4(int *key, struct menu *current_item);
298 static void handle_f5(int *key, struct menu *current_item);
299 static void handle_f6(int *key, struct menu *current_item);
300 static void handle_f7(int *key, struct menu *current_item);
301 static void handle_f8(int *key, struct menu *current_item);
302 static void handle_f9(int *key, struct menu *current_item);
391 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument
399 static void handle_f2(int *key, struct menu *current_item) in handle_f2() argument
401 show_help(current_item); in handle_f2()
406 static void handle_f3(int *key, struct menu *current_item) in handle_f3() argument
415 static void handle_f4(int *key, struct menu *current_item) in handle_f4() argument
431 static void handle_f5(int *key, struct menu *current_item) in handle_f5() argument
438 static void handle_f6(int *key, struct menu *current_item) in handle_f6() argument
445 static void handle_f7(int *key, struct menu *current_item) in handle_f7() argument
452 static void handle_f8(int *key, struct menu *current_item) in handle_f8() argument
459 static void handle_f9(int *key, struct menu *current_item) in handle_f9() argument
502 int match_start = item_index(current_item(curses_menu)); in get_mext_match()
601 cur = current_item(curses_menu); in item_tag()
610 return item_index(current_item(curses_menu)); in curses_item_index()
618 cur = current_item(curses_menu); in item_data()