Home
last modified time | relevance | path

Searched refs:sort_opt (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dls.c1920 int sort_opt = -1; in decode_switches() local
1955 sort_opt = sort_none; in decode_switches()
2021 sort_opt = sort_time; in decode_switches()
2029 sort_opt = sort_version; in decode_switches()
2110 sort_opt = sort_size; in decode_switches()
2119 sort_opt = sort_none; in decode_switches()
2123 sort_opt = sort_extension; in decode_switches()
2146 sort_opt = XARGMATCH ("--sort", optarg, sort_args, sort_types); in decode_switches()
2397 sort_type = (0 <= sort_opt ? sort_opt in decode_switches()