type_sort        1226 lib/tty/key.c  sort_key_conv_tab (enum KeySortType type_sort)
type_sort        1228 lib/tty/key.c      if (has_been_sorted != type_sort)
type_sort        1235 lib/tty/key.c          if (type_sort == KEY_SORTBYNAME)
type_sort        1238 lib/tty/key.c          else if (type_sort == KEY_SORTBYCODE)
type_sort        1242 lib/tty/key.c          has_been_sorted = type_sort;