Lines Matching refs:sort_flag
85 int sort_flag; variable
813 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
816 if (sort_flag & LS_NAME_SORT) in sdirent_comp()
818 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()
820 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()
866 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
925 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
928 if (sort_flag & LS_NAME_SORT) in sglob_comp()
930 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()
935 } else if (sort_flag & LS_SIZE_SORT) in sglob_comp()
1009 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_globbed_ls()