Lines Matching refs:cmd_entry

30 extern const struct cmd_entry cmd_attach_session_entry;
31 extern const struct cmd_entry cmd_bind_key_entry;
32 extern const struct cmd_entry cmd_break_pane_entry;
33 extern const struct cmd_entry cmd_capture_pane_entry;
34 extern const struct cmd_entry cmd_choose_buffer_entry;
35 extern const struct cmd_entry cmd_choose_client_entry;
36 extern const struct cmd_entry cmd_choose_session_entry;
37 extern const struct cmd_entry cmd_choose_tree_entry;
38 extern const struct cmd_entry cmd_choose_window_entry;
39 extern const struct cmd_entry cmd_clear_history_entry;
40 extern const struct cmd_entry cmd_clock_mode_entry;
41 extern const struct cmd_entry cmd_command_prompt_entry;
42 extern const struct cmd_entry cmd_confirm_before_entry;
43 extern const struct cmd_entry cmd_copy_mode_entry;
44 extern const struct cmd_entry cmd_delete_buffer_entry;
45 extern const struct cmd_entry cmd_detach_client_entry;
46 extern const struct cmd_entry cmd_display_message_entry;
47 extern const struct cmd_entry cmd_display_panes_entry;
48 extern const struct cmd_entry cmd_down_pane_entry;
49 extern const struct cmd_entry cmd_find_window_entry;
50 extern const struct cmd_entry cmd_has_session_entry;
51 extern const struct cmd_entry cmd_if_shell_entry;
52 extern const struct cmd_entry cmd_join_pane_entry;
53 extern const struct cmd_entry cmd_kill_pane_entry;
54 extern const struct cmd_entry cmd_kill_server_entry;
55 extern const struct cmd_entry cmd_kill_session_entry;
56 extern const struct cmd_entry cmd_kill_window_entry;
57 extern const struct cmd_entry cmd_last_pane_entry;
58 extern const struct cmd_entry cmd_last_window_entry;
59 extern const struct cmd_entry cmd_link_window_entry;
60 extern const struct cmd_entry cmd_list_buffers_entry;
61 extern const struct cmd_entry cmd_list_clients_entry;
62 extern const struct cmd_entry cmd_list_commands_entry;
63 extern const struct cmd_entry cmd_list_keys_entry;
64 extern const struct cmd_entry cmd_list_panes_entry;
65 extern const struct cmd_entry cmd_list_sessions_entry;
66 extern const struct cmd_entry cmd_list_windows_entry;
67 extern const struct cmd_entry cmd_load_buffer_entry;
68 extern const struct cmd_entry cmd_lock_client_entry;
69 extern const struct cmd_entry cmd_lock_server_entry;
70 extern const struct cmd_entry cmd_lock_session_entry;
71 extern const struct cmd_entry cmd_move_pane_entry;
72 extern const struct cmd_entry cmd_move_window_entry;
73 extern const struct cmd_entry cmd_new_session_entry;
74 extern const struct cmd_entry cmd_new_window_entry;
75 extern const struct cmd_entry cmd_next_layout_entry;
76 extern const struct cmd_entry cmd_next_window_entry;
77 extern const struct cmd_entry cmd_paste_buffer_entry;
78 extern const struct cmd_entry cmd_pipe_pane_entry;
79 extern const struct cmd_entry cmd_previous_layout_entry;
80 extern const struct cmd_entry cmd_previous_window_entry;
81 extern const struct cmd_entry cmd_refresh_client_entry;
82 extern const struct cmd_entry cmd_rename_session_entry;
83 extern const struct cmd_entry cmd_rename_window_entry;
84 extern const struct cmd_entry cmd_resize_pane_entry;
85 extern const struct cmd_entry cmd_respawn_pane_entry;
86 extern const struct cmd_entry cmd_respawn_window_entry;
87 extern const struct cmd_entry cmd_rotate_window_entry;
88 extern const struct cmd_entry cmd_run_shell_entry;
89 extern const struct cmd_entry cmd_save_buffer_entry;
90 extern const struct cmd_entry cmd_select_layout_entry;
91 extern const struct cmd_entry cmd_select_pane_entry;
92 extern const struct cmd_entry cmd_select_window_entry;
93 extern const struct cmd_entry cmd_send_keys_entry;
94 extern const struct cmd_entry cmd_send_prefix_entry;
95 extern const struct cmd_entry cmd_server_info_entry;
96 extern const struct cmd_entry cmd_set_buffer_entry;
97 extern const struct cmd_entry cmd_set_environment_entry;
98 extern const struct cmd_entry cmd_set_hook_entry;
99 extern const struct cmd_entry cmd_set_option_entry;
100 extern const struct cmd_entry cmd_set_window_option_entry;
101 extern const struct cmd_entry cmd_show_buffer_entry;
102 extern const struct cmd_entry cmd_show_environment_entry;
103 extern const struct cmd_entry cmd_show_hooks_entry;
104 extern const struct cmd_entry cmd_show_messages_entry;
105 extern const struct cmd_entry cmd_show_options_entry;
106 extern const struct cmd_entry cmd_show_window_options_entry;
107 extern const struct cmd_entry cmd_source_file_entry;
108 extern const struct cmd_entry cmd_split_window_entry;
109 extern const struct cmd_entry cmd_start_server_entry;
110 extern const struct cmd_entry cmd_suspend_client_entry;
111 extern const struct cmd_entry cmd_swap_pane_entry;
112 extern const struct cmd_entry cmd_swap_window_entry;
113 extern const struct cmd_entry cmd_switch_client_entry;
114 extern const struct cmd_entry cmd_unbind_key_entry;
115 extern const struct cmd_entry cmd_unlink_window_entry;
116 extern const struct cmd_entry cmd_up_pane_entry;
117 extern const struct cmd_entry cmd_wait_for_entry;
119 const struct cmd_entry *cmd_table[] = {
313 const struct cmd_entry **entryp, *entry; in cmd_parse()
511 const struct cmd_entry *entry = cmd->entry; in cmd_prepare_state()