Lines Matching refs:sort
84 { "numeric-sort", 'n', NULL, 0, N_("Sort symbols numerically by address"),
86 { "no-sort", 'p', NULL, 0, N_("Do not sort the symbols"), 0 },
87 { "reverse-sort", 'r', NULL, 0, N_("Reverse the sense of the sort"), 0 },
175 } sort;
276 sort = sort_numeric;
280 sort = sort_nosort;
1158 /* Sort the entries according to the users wishes. */
1159 if (sort == sort_name)
1161 else if (sort == sort_numeric)