Home
last modified time | relevance | path

Searched refs:sort_last_2 (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/plparse/
H A Dtotem-pl-parser-media.c168 gboolean sort_last_1, sort_last_2; in totem_pl_parser_dir_compare() local
181 sort_last_2 = name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2; in totem_pl_parser_dir_compare()
183 if (sort_last_1 && !sort_last_2) { in totem_pl_parser_dir_compare()
185 } else if (!sort_last_1 && sort_last_2) { in totem_pl_parser_dir_compare()
/dports/print/xreader/xreader-3.2.2/backend/comics/
H A Dcomics-document.c477 gboolean sort_last_1, sort_last_2; in sort_page_names() local
487 sort_last_2 = name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2; in sort_page_names()
492 if (sort_last_1 && !sort_last_2) in sort_page_names()
496 else if (!sort_last_1 && sort_last_2) in sort_page_names()
/dports/graphics/atril-lite/atril-1.26.0/backend/comics/
H A Dcomics-document.c477 gboolean sort_last_1, sort_last_2; in sort_page_names() local
487 sort_last_2 = name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2; in sort_page_names()
492 if (sort_last_1 && !sort_last_2) in sort_page_names()
496 else if (!sort_last_1 && sort_last_2) in sort_page_names()
/dports/graphics/atril/atril-1.26.0/backend/comics/
H A Dcomics-document.c477 gboolean sort_last_1, sort_last_2; in sort_page_names() local
487 sort_last_2 = name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2; in sort_page_names()
492 if (sort_last_1 && !sort_last_2) in sort_page_names()
496 else if (!sort_last_1 && sort_last_2) in sort_page_names()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file.c3350 gboolean sort_last_1, sort_last_2; in compare_by_display_name() local
3357 sort_last_2 = name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2; in compare_by_display_name()
3359 if (sort_last_1 && !sort_last_2) in compare_by_display_name()
3363 else if (!sort_last_1 && sort_last_2) in compare_by_display_name()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-file.c2940 gboolean sort_last_1, sort_last_2; in compare_by_display_name() local
2947 sort_last_2 = name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2; in compare_by_display_name()
2949 if (sort_last_1 && !sort_last_2) { in compare_by_display_name()
2951 } else if (!sort_last_1 && sort_last_2) { in compare_by_display_name()
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file.c3035 gboolean sort_last_1, sort_last_2; in compare_by_display_name() local
3042 sort_last_2 = name_2 && (name_2[0] == SORT_LAST_CHAR1 || name_2[0] == SORT_LAST_CHAR2); in compare_by_display_name()
3044 if (sort_last_1 && !sort_last_2) { in compare_by_display_name()
3046 } else if (!sort_last_1 && sort_last_2) { in compare_by_display_name()