KT_KEY_FN
static KT_KEY_FN(gl_user_interrupt)
static KT_KEY_FN(gl_abort)
static KT_KEY_FN(gl_suspend)
static KT_KEY_FN(gl_stop_output)
static KT_KEY_FN(gl_start_output)
static KT_KEY_FN(gl_literal_next)
static KT_KEY_FN(gl_cursor_left)
static KT_KEY_FN(gl_cursor_right)
static KT_KEY_FN(gl_insert_mode)
static KT_KEY_FN(gl_beginning_of_line)
static KT_KEY_FN(gl_end_of_line)
static KT_KEY_FN(gl_delete_line)
static KT_KEY_FN(gl_kill_line)
static KT_KEY_FN(gl_backward_kill_line)
static KT_KEY_FN(gl_forward_word)
static KT_KEY_FN(gl_forward_to_word)
static KT_KEY_FN(gl_backward_word)
static KT_KEY_FN(gl_forward_delete_char)
static KT_KEY_FN(gl_backward_delete_char)
static KT_KEY_FN(gl_delete_to_column)
static KT_KEY_FN(gl_delete_to_parenthesis)
static KT_KEY_FN(gl_forward_delete_word)
static KT_KEY_FN(gl_backward_delete_word)
static KT_KEY_FN(gl_forward_delete_find)
static KT_KEY_FN(gl_backward_delete_find)
static KT_KEY_FN(gl_forward_delete_to)
static KT_KEY_FN(gl_backward_delete_to)
static KT_KEY_FN(gl_delete_refind)
static KT_KEY_FN(gl_delete_invert_refind)
static KT_KEY_FN(gl_upcase_word)
static KT_KEY_FN(gl_downcase_word)
static KT_KEY_FN(gl_capitalize_word)
static KT_KEY_FN(gl_redisplay)
static KT_KEY_FN(gl_clear_screen)
static KT_KEY_FN(gl_transpose_chars)
static KT_KEY_FN(gl_set_mark)
static KT_KEY_FN(gl_exchange_point_and_mark)
static KT_KEY_FN(gl_kill_region)
static KT_KEY_FN(gl_copy_region_as_kill)
static KT_KEY_FN(gl_yank)
static KT_KEY_FN(gl_append_yank)
static KT_KEY_FN(gl_up_history)
static KT_KEY_FN(gl_down_history)
static KT_KEY_FN(gl_history_search_backward)
static KT_KEY_FN(gl_history_re_search_backward)
static KT_KEY_FN(gl_history_search_forward)
static KT_KEY_FN(gl_history_re_search_forward)
static KT_KEY_FN(gl_complete_word)
static KT_KEY_FN(gl_expand_filename)
static KT_KEY_FN(gl_list_glob)
static KT_KEY_FN(gl_del_char_or_list_or_eof)
static KT_KEY_FN(gl_list_or_eof)
static KT_KEY_FN(gl_list_completions)
static KT_KEY_FN(gl_read_from_file)
static KT_KEY_FN(gl_beginning_of_history)
static KT_KEY_FN(gl_end_of_history)
static KT_KEY_FN(gl_digit_argument)
static KT_KEY_FN(gl_newline)
static KT_KEY_FN(gl_repeat_history)
static KT_KEY_FN(gl_emacs_editing_mode)
static KT_KEY_FN(gl_vi_editing_mode)
static KT_KEY_FN(gl_vi_insert)
static KT_KEY_FN(gl_vi_overwrite)
static KT_KEY_FN(gl_change_case)
static KT_KEY_FN(gl_vi_insert_at_bol)
static KT_KEY_FN(gl_vi_append_at_eol)
static KT_KEY_FN(gl_vi_append)
static KT_KEY_FN(gl_goto_column)
static KT_KEY_FN(gl_vi_replace_char)
static KT_KEY_FN(gl_vi_change_rest_of_line)
static KT_KEY_FN(gl_vi_change_to_bol)
static KT_KEY_FN(gl_vi_change_line)
static KT_KEY_FN(gl_forward_copy_char)
static KT_KEY_FN(gl_backward_copy_char)
static KT_KEY_FN(gl_copy_to_column)
static KT_KEY_FN(gl_copy_to_parenthesis)
static KT_KEY_FN(gl_copy_rest_of_line)
static KT_KEY_FN(gl_copy_to_bol)
static KT_KEY_FN(gl_copy_line)
static KT_KEY_FN(gl_forward_find_char)
static KT_KEY_FN(gl_backward_find_char)
static KT_KEY_FN(gl_forward_to_char)
static KT_KEY_FN(gl_backward_to_char)
static KT_KEY_FN(gl_repeat_find_char)
static KT_KEY_FN(gl_invert_refind_char)
static KT_KEY_FN(gl_forward_copy_word)
static KT_KEY_FN(gl_backward_copy_word)
static KT_KEY_FN(gl_forward_copy_find)
static KT_KEY_FN(gl_backward_copy_find)
static KT_KEY_FN(gl_forward_copy_to)
static KT_KEY_FN(gl_backward_copy_to)
static KT_KEY_FN(gl_copy_refind)
static KT_KEY_FN(gl_copy_invert_refind)
static KT_KEY_FN(gl_vi_undo)
static KT_KEY_FN(gl_vi_forward_change_word)
static KT_KEY_FN(gl_vi_backward_change_word)
static KT_KEY_FN(gl_vi_forward_change_find)
static KT_KEY_FN(gl_vi_backward_change_find)
static KT_KEY_FN(gl_vi_forward_change_to)
static KT_KEY_FN(gl_vi_backward_change_to)
static KT_KEY_FN(gl_vi_change_refind)
static KT_KEY_FN(gl_vi_change_invert_refind)
static KT_KEY_FN(gl_vi_forward_change_char)
static KT_KEY_FN(gl_vi_backward_change_char)
static KT_KEY_FN(gl_vi_change_to_column)
static KT_KEY_FN(gl_vi_change_to_parenthesis)
static KT_KEY_FN(gl_ring_bell)
static KT_KEY_FN(gl_vi_repeat_change)
static KT_KEY_FN(gl_find_parenthesis)
static KT_KEY_FN(gl_read_init_files)
#define KT_KEY_FN(fn) int (fn)(GetLine *gl, int count, void *data)