cmd_entry
static void add_cmd_entry(struct intel_gvt *gvt, struct cmd_entry *e)
struct cmd_entry *e;
struct cmd_entry *e;
struct cmd_entry *e;
const struct cmd_entry cmd_attach_session_entry = {
const struct cmd_entry cmd_bind_key_entry = {
const struct cmd_entry cmd_break_pane_entry = {
const struct cmd_entry cmd_capture_pane_entry = {
const struct cmd_entry cmd_clear_history_entry = {
const struct cmd_entry cmd_choose_tree_entry = {
const struct cmd_entry cmd_choose_client_entry = {
const struct cmd_entry cmd_choose_buffer_entry = {
const struct cmd_entry cmd_customize_mode_entry = {
const struct cmd_entry cmd_command_prompt_entry = {
const struct cmd_entry cmd_confirm_before_entry = {
const struct cmd_entry cmd_copy_mode_entry = {
const struct cmd_entry cmd_clock_mode_entry = {
const struct cmd_entry cmd_detach_client_entry = {
const struct cmd_entry cmd_suspend_client_entry = {
const struct cmd_entry cmd_display_menu_entry = {
const struct cmd_entry cmd_display_popup_entry = {
const struct cmd_entry cmd_display_message_entry = {
const struct cmd_entry cmd_display_panes_entry = {
const struct cmd_entry cmd_find_window_entry = {
const struct cmd_entry cmd_if_shell_entry = {
const struct cmd_entry cmd_join_pane_entry = {
const struct cmd_entry cmd_move_pane_entry = {
const struct cmd_entry cmd_kill_pane_entry = {
const struct cmd_entry cmd_kill_server_entry = {
const struct cmd_entry cmd_start_server_entry = {
const struct cmd_entry cmd_kill_session_entry = {
const struct cmd_entry cmd_kill_window_entry = {
const struct cmd_entry cmd_unlink_window_entry = {
const struct cmd_entry cmd_list_buffers_entry = {
const struct cmd_entry cmd_list_clients_entry = {
const struct cmd_entry cmd_list_commands_entry = {
cmd_list_single_command(const struct cmd_entry *entry, struct format_tree *ft,
const struct cmd_entry **entryp;
const struct cmd_entry *entry;
const struct cmd_entry cmd_list_keys_entry = {
const struct cmd_entry cmd_list_panes_entry = {
const struct cmd_entry cmd_list_sessions_entry = {
const struct cmd_entry cmd_list_windows_entry = {
const struct cmd_entry cmd_load_buffer_entry = {
const struct cmd_entry cmd_lock_server_entry = {
const struct cmd_entry cmd_lock_session_entry = {
const struct cmd_entry cmd_lock_client_entry = {
const struct cmd_entry cmd_move_window_entry = {
const struct cmd_entry cmd_link_window_entry = {
const struct cmd_entry cmd_new_session_entry = {
const struct cmd_entry cmd_has_session_entry = {
const struct cmd_entry cmd_new_window_entry = {
const struct cmd_entry cmd_paste_buffer_entry = {
const struct cmd_entry cmd_pipe_pane_entry = {
const struct cmd_entry *entry;
const struct cmd_entry *entry;
const struct cmd_entry *entry = cmd_get_entry(cmd);
const struct cmd_entry cmd_refresh_client_entry = {
const struct cmd_entry cmd_rename_session_entry = {
const struct cmd_entry cmd_rename_window_entry = {
const struct cmd_entry cmd_resize_pane_entry = {
const struct cmd_entry cmd_resize_window_entry = {
const struct cmd_entry cmd_respawn_pane_entry = {
const struct cmd_entry cmd_respawn_window_entry = {
const struct cmd_entry cmd_rotate_window_entry = {
const struct cmd_entry cmd_run_shell_entry = {
const struct cmd_entry cmd_save_buffer_entry = {
const struct cmd_entry cmd_show_buffer_entry = {
const struct cmd_entry cmd_select_layout_entry = {
const struct cmd_entry cmd_next_layout_entry = {
const struct cmd_entry cmd_previous_layout_entry = {
const struct cmd_entry cmd_select_pane_entry = {
const struct cmd_entry cmd_last_pane_entry = {
const struct cmd_entry *entry = cmd_get_entry(self);
const struct cmd_entry cmd_select_window_entry = {
const struct cmd_entry cmd_next_window_entry = {
const struct cmd_entry cmd_previous_window_entry = {
const struct cmd_entry cmd_last_window_entry = {
const struct cmd_entry cmd_send_keys_entry = {
const struct cmd_entry cmd_send_prefix_entry = {
const struct cmd_entry cmd_server_access_entry = {
const struct cmd_entry cmd_set_buffer_entry = {
const struct cmd_entry cmd_delete_buffer_entry = {
const struct cmd_entry cmd_set_environment_entry = {
const struct cmd_entry cmd_set_option_entry = {
const struct cmd_entry cmd_set_window_option_entry = {
const struct cmd_entry cmd_set_hook_entry = {
const struct cmd_entry cmd_show_environment_entry = {
const struct cmd_entry cmd_show_messages_entry = {
const struct cmd_entry cmd_show_options_entry = {
const struct cmd_entry cmd_show_window_options_entry = {
const struct cmd_entry cmd_show_hooks_entry = {
const struct cmd_entry cmd_show_prompt_history_entry = {
const struct cmd_entry cmd_clear_prompt_history_entry = {
const struct cmd_entry cmd_source_file_entry = {
const struct cmd_entry cmd_split_window_entry = {
const struct cmd_entry cmd_swap_pane_entry = {
const struct cmd_entry cmd_swap_window_entry = {
const struct cmd_entry cmd_switch_client_entry = {
const struct cmd_entry cmd_unbind_key_entry = {
const struct cmd_entry cmd_wait_for_entry = {
extern const struct cmd_entry cmd_set_environment_entry;
extern const struct cmd_entry cmd_set_hook_entry;
extern const struct cmd_entry cmd_set_option_entry;
extern const struct cmd_entry cmd_set_window_option_entry;
extern const struct cmd_entry cmd_show_buffer_entry;
extern const struct cmd_entry cmd_show_environment_entry;
extern const struct cmd_entry cmd_show_hooks_entry;
extern const struct cmd_entry cmd_show_messages_entry;
extern const struct cmd_entry cmd_show_options_entry;
extern const struct cmd_entry cmd_show_prompt_history_entry;
extern const struct cmd_entry cmd_show_window_options_entry;
extern const struct cmd_entry cmd_source_file_entry;
extern const struct cmd_entry cmd_split_window_entry;
extern const struct cmd_entry cmd_start_server_entry;
extern const struct cmd_entry cmd_suspend_client_entry;
extern const struct cmd_entry cmd_swap_pane_entry;
extern const struct cmd_entry cmd_swap_window_entry;
extern const struct cmd_entry cmd_switch_client_entry;
extern const struct cmd_entry cmd_unbind_key_entry;
extern const struct cmd_entry cmd_unlink_window_entry;
extern const struct cmd_entry cmd_wait_for_entry;
const struct cmd_entry *cmd_table[] = {
const struct cmd_entry *entry;
extern const struct cmd_entry cmd_attach_session_entry;
extern const struct cmd_entry cmd_bind_key_entry;
extern const struct cmd_entry cmd_break_pane_entry;
extern const struct cmd_entry cmd_capture_pane_entry;
extern const struct cmd_entry cmd_choose_buffer_entry;
extern const struct cmd_entry cmd_choose_client_entry;
extern const struct cmd_entry cmd_choose_tree_entry;
extern const struct cmd_entry cmd_clear_history_entry;
const struct cmd_entry *
extern const struct cmd_entry cmd_clear_prompt_history_entry;
extern const struct cmd_entry cmd_clock_mode_entry;
extern const struct cmd_entry cmd_command_prompt_entry;
extern const struct cmd_entry cmd_confirm_before_entry;
extern const struct cmd_entry cmd_copy_mode_entry;
extern const struct cmd_entry cmd_customize_mode_entry;
extern const struct cmd_entry cmd_delete_buffer_entry;
const struct cmd_entry *
extern const struct cmd_entry cmd_detach_client_entry;
const struct cmd_entry **loop, *entry, *found = NULL;
extern const struct cmd_entry cmd_display_menu_entry;
extern const struct cmd_entry cmd_display_message_entry;
extern const struct cmd_entry cmd_display_popup_entry;
extern const struct cmd_entry cmd_display_panes_entry;
extern const struct cmd_entry cmd_find_window_entry;
const struct cmd_entry *entry;
extern const struct cmd_entry cmd_has_session_entry;
extern const struct cmd_entry cmd_if_shell_entry;
extern const struct cmd_entry cmd_join_pane_entry;
extern const struct cmd_entry cmd_kill_pane_entry;
extern const struct cmd_entry cmd_kill_server_entry;
extern const struct cmd_entry cmd_kill_session_entry;
extern const struct cmd_entry cmd_kill_window_entry;
extern const struct cmd_entry cmd_last_pane_entry;
extern const struct cmd_entry cmd_last_window_entry;
extern const struct cmd_entry cmd_link_window_entry;
extern const struct cmd_entry cmd_list_buffers_entry;
extern const struct cmd_entry cmd_list_clients_entry;
extern const struct cmd_entry cmd_list_commands_entry;
extern const struct cmd_entry cmd_list_keys_entry;
extern const struct cmd_entry cmd_list_panes_entry;
extern const struct cmd_entry cmd_list_sessions_entry;
extern const struct cmd_entry cmd_list_windows_entry;
extern const struct cmd_entry cmd_load_buffer_entry;
extern const struct cmd_entry cmd_lock_client_entry;
extern const struct cmd_entry cmd_lock_server_entry;
extern const struct cmd_entry cmd_lock_session_entry;
extern const struct cmd_entry cmd_move_pane_entry;
extern const struct cmd_entry cmd_move_window_entry;
extern const struct cmd_entry cmd_new_session_entry;
extern const struct cmd_entry cmd_new_window_entry;
extern const struct cmd_entry cmd_next_layout_entry;
extern const struct cmd_entry cmd_next_window_entry;
extern const struct cmd_entry cmd_paste_buffer_entry;
extern const struct cmd_entry cmd_pipe_pane_entry;
extern const struct cmd_entry cmd_previous_layout_entry;
extern const struct cmd_entry cmd_previous_window_entry;
extern const struct cmd_entry cmd_refresh_client_entry;
extern const struct cmd_entry cmd_rename_session_entry;
extern const struct cmd_entry cmd_rename_window_entry;
extern const struct cmd_entry cmd_resize_pane_entry;
extern const struct cmd_entry cmd_resize_window_entry;
extern const struct cmd_entry cmd_respawn_pane_entry;
extern const struct cmd_entry cmd_respawn_window_entry;
extern const struct cmd_entry cmd_rotate_window_entry;
extern const struct cmd_entry cmd_run_shell_entry;
extern const struct cmd_entry cmd_save_buffer_entry;
extern const struct cmd_entry cmd_select_layout_entry;
extern const struct cmd_entry cmd_select_pane_entry;
extern const struct cmd_entry cmd_select_window_entry;
extern const struct cmd_entry cmd_send_keys_entry;
extern const struct cmd_entry cmd_send_prefix_entry;
extern const struct cmd_entry cmd_server_access_entry;
extern const struct cmd_entry cmd_set_buffer_entry;
const struct cmd_entry **cmdent;
struct cmd_entry {
extern const struct cmd_entry *cmd_table[];
const struct cmd_entry *cmd_find(const char *, char **);
const struct cmd_entry *cmd_get_entry(struct cmd *);
RB_ENTRY(trapcmd) cmd_entry;
RB_PROTOTYPE(trapcmd_tree, trapcmd, cmd_entry, trapcmd_cmp)
RB_GENERATE(trapcmd_tree, trapcmd, cmd_entry, trapcmd_cmp)