title_hotkey      893 src/filemanager/boxes.c         if (strcmp (sort_orders_names[i], _ (sort_field->title_hotkey)) == 0)
title_hotkey     1688 src/filemanager/panel.c             darr->title = g_strdup (panel_get_title_without_hotkey (panel_fields[i].title_hotkey));
title_hotkey     3125 src/filemanager/panel.c     title = panel_get_title_without_hotkey (panel->sort_field->title_hotkey);
title_hotkey     3162 src/filemanager/panel.c     title = panel_get_title_without_hotkey (panel->sort_field->title_hotkey);
title_hotkey     3911 src/filemanager/panel.c         title = panel_get_title_without_hotkey (panel_fields[i].title_hotkey);
title_hotkey     5125 src/filemanager/panel.c             ret[lc_index++] = g_strdup (_ (panel_fields[i].title_hotkey));
title_hotkey     5152 src/filemanager/panel.c         if (panel_fields[lc_index].title_hotkey != NULL
title_hotkey     5153 src/filemanager/panel.c             && strcmp (name, _ (panel_fields[lc_index].title_hotkey)) == 0)
title_hotkey     5170 src/filemanager/panel.c         title = panel_get_title_without_hotkey (panel_fields[lc_index].title_hotkey);
title_hotkey     5213 src/filemanager/panel.c             ret[lc_index++] = g_strdup (_ (panel_fields[i].title_hotkey));
title_hotkey       67 src/filemanager/panel.h     const char *title_hotkey;