Lines Matching defs:current_item
296 static void handle_f1(int *key, struct menu *current_item);
297 static void handle_f2(int *key, struct menu *current_item);
298 static void handle_f3(int *key, struct menu *current_item);
299 static void handle_f4(int *key, struct menu *current_item);
300 static void handle_f5(int *key, struct menu *current_item);
301 static void handle_f6(int *key, struct menu *current_item);
302 static void handle_f7(int *key, struct menu *current_item);
303 static void handle_f8(int *key, struct menu *current_item);
304 static void handle_f9(int *key, struct menu *current_item);
394 static void handle_f1(int *key, struct menu *current_item)
402 static void handle_f2(int *key, struct menu *current_item)
404 show_help(current_item);
409 static void handle_f3(int *key, struct menu *current_item)
418 static void handle_f4(int *key, struct menu *current_item)
434 static void handle_f5(int *key, struct menu *current_item)
441 static void handle_f6(int *key, struct menu *current_item)
448 static void handle_f7(int *key, struct menu *current_item)
455 static void handle_f8(int *key, struct menu *current_item)
462 static void handle_f9(int *key, struct menu *current_item)
508 match_start = item_index(current_item(curses_menu));
608 cur = current_item(curses_menu);
617 return item_index(current_item(curses_menu));
625 cur = current_item(curses_menu);