type_sort        1227 lib/tty/key.c  sort_key_conv_tab (enum KeySortType type_sort)
type_sort        1229 lib/tty/key.c      if (has_been_sorted != type_sort)
type_sort        1236 lib/tty/key.c          if (type_sort == KEY_SORTBYNAME)
type_sort        1239 lib/tty/key.c          else if (type_sort == KEY_SORTBYCODE)
type_sort        1243 lib/tty/key.c          has_been_sorted = type_sort;