Searched refs:sort_flag (Results 1 – 3 of 3) sorted by relevance
41 uint8_t sort_flag : 1; member49 uint8_t sort_flag : 1; member
405 global_sort_flag_ = lsd->global_flags.sort_flag; in ReadLogicalScreenDescriptor()
108 int sort_flag; variable783 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()786 if (sort_flag & LS_NAME_SORT) in sdirent_comp()788 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()790 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()836 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()