Lines Matching refs:current_item

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);
386 static void handle_f1(int *key, struct menu *current_item) in handle_f1() argument
394 static void handle_f2(int *key, struct menu *current_item) in handle_f2() argument
396 show_help(current_item); in handle_f2()
401 static void handle_f3(int *key, struct menu *current_item) in handle_f3() argument
410 static void handle_f4(int *key, struct menu *current_item) in handle_f4() argument
426 static void handle_f5(int *key, struct menu *current_item) in handle_f5() argument
433 static void handle_f6(int *key, struct menu *current_item) in handle_f6() argument
440 static void handle_f7(int *key, struct menu *current_item) in handle_f7() argument
447 static void handle_f8(int *key, struct menu *current_item) in handle_f8() argument
454 static void handle_f9(int *key, struct menu *current_item) in handle_f9() argument
497 int match_start = item_index(current_item(curses_menu)); in get_mext_match()
596 cur = current_item(curses_menu); in item_tag()
605 return item_index(current_item(curses_menu)); in curses_item_index()
613 cur = current_item(curses_menu); in item_data()