is_asc_sym
if (len > 1 && (is_asc_sym(stat_name[len - 1]) || is_desc_sym(stat_name[len - 1]))) {
is_asc = is_asc_sym(stat_name[len - 1]);