Searched refs:sort_flag (Results 1 – 4 of 4) sorted by relevance
42 unsigned char sort_flag; variable144 switch (sort_flag) { in print_profile_data()156 sort_flag |= BY_ADDRESS; in print_profile_data()174 if ((flags & F_VERBOSE) && (sort_flag == BY_NAME)) { in print_profile_data()217 if ((flags & F_VERBOSE) && (sort_flag == BY_ADDRESS)) { in print_profile_data()903 if ((flags & F_VERBOSE) && (sort_flag != BY_NAME)) in profver()
261 extern unsigned char sort_flag; /* what type of sort ? */384 sort_flag |= BY_NAME; in main()389 sort_flag |= BY_TIME; in main()394 sort_flag |= BY_NCALLS; in main()400 sort_flag |= BY_ADDRESS; in main()
74 extern unsigned char sort_flag;
92 int sort_flag; variable682 int rmul = sort_flag & LS_REVERSE_SORT ? -1 : 1; in sdirent_comp()685 if (sort_flag & LS_NAME_SORT) in sdirent_comp()687 else if (sort_flag & LS_TIME_SORT) in sdirent_comp()689 else if (sort_flag & LS_SIZE_SORT) in sdirent_comp()737 sort_flag = lflag & (SORT_FLAGS|LS_REVERSE_SORT); in do_ls_dir()