Lines Matching refs:sort_flag
104 int sort_flag; variable
834 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()
837 if (sort_flag & LS_NAME_SORT) in sdirent_comp()
839 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()
841 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()
887 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()
946 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sglob_comp()
949 if (sort_flag & LS_NAME_SORT) in sglob_comp()
951 else if (sort_flag & LS_TIME_SORT) { in sglob_comp()
962 } else if (sort_flag & LS_SIZE_SORT) in sglob_comp()
1036 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_globbed_ls()