Lines Matching defs:current_item
290 static void handle_f1(int *key, struct menu *current_item);
291 static void handle_f2(int *key, struct menu *current_item);
292 static void handle_f3(int *key, struct menu *current_item);
293 static void handle_f4(int *key, struct menu *current_item);
294 static void handle_f5(int *key, struct menu *current_item);
295 static void handle_f6(int *key, struct menu *current_item);
296 static void handle_f7(int *key, struct menu *current_item);
297 static void handle_f8(int *key, struct menu *current_item);
298 static void handle_f9(int *key, struct menu *current_item);
388 static void handle_f1(int *key, struct menu *current_item)
396 static void handle_f2(int *key, struct menu *current_item)
398 show_help(current_item);
403 static void handle_f3(int *key, struct menu *current_item)
412 static void handle_f4(int *key, struct menu *current_item)
428 static void handle_f5(int *key, struct menu *current_item)
435 static void handle_f6(int *key, struct menu *current_item)
442 static void handle_f7(int *key, struct menu *current_item)
449 static void handle_f8(int *key, struct menu *current_item)
456 static void handle_f9(int *key, struct menu *current_item)
499 int match_start = item_index(current_item(curses_menu));
598 cur = current_item(curses_menu);
607 return item_index(current_item(curses_menu));
615 cur = current_item(curses_menu);