Home
last modified time | relevance | path

Searched refs:SORT_ENTRIES_BY_FAMILY_N (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/rolo/rolo-011/src/
H A Dindex.c130 g_sort_by = SORT_ENTRIES_BY_FAMILY_N; in init_index()
434 sort_ascending (SORT_ENTRIES_BY_FAMILY_N); in process_index_commands()
437 sort_descending (SORT_ENTRIES_BY_FAMILY_N); in process_index_commands()
527 g_sort_by = SORT_ENTRIES_BY_FAMILY_N; in sort_ascending()
567 g_sort_by = SORT_ENTRIES_BY_FAMILY_N; in sort_descending()
H A Dentry.h40 { SORT_ENTRIES_BY_FAMILY_N, SORT_ENTRIES_BY_GIVEN_N, enumerator
H A Dentry.c214 case SORT_ENTRIES_BY_FAMILY_N: in sort_entries()