Home | History | Annotate | Download | only in src

Lines Matching refs:sort

100   { "numeric-sort", 'n', NULL, 0, N_("Sort symbols numerically by address"),
102 { "no-sort", 'p', NULL, 0, N_("Do not sort the symbols"), 0 },
103 { "reverse-sort", 'r', NULL, 0, N_("Reverse the sense of the sort"), 0 },
204 } sort;
315 sort = sort_numeric;
319 sort = sort_nosort;
1356 /* Sort the entries according to the users wishes. */
1357 if (sort == sort_name)
1363 else if (sort == sort_numeric)