cmdq_item
struct cmdq_item {
typedef enum cmd_retval (*cmdq_cb) (struct cmdq_item *, void *);
enum cmd_retval (*exec)(struct cmd *, struct cmdq_item *);
int load_cfg(const char *, struct client *, struct cmdq_item *,
struct cmd_find_state *, int, struct cmdq_item **);
struct client *, struct cmdq_item *, struct cmd_find_state *,
int, struct cmdq_item **);
void cfg_print_causes(struct cmdq_item *);
struct format_tree *format_create(struct client *, struct cmdq_item *, int,
char *format_single(struct cmdq_item *, const char *,
char *format_single_from_state(struct cmdq_item *, const char *,
char *format_single_from_target(struct cmdq_item *, const char *);
struct format_tree *format_create_defaults(struct cmdq_item *, struct client *,
struct format_tree *format_create_from_state(struct cmdq_item *,
struct format_tree *format_create_from_target(struct cmdq_item *);
void notify_hook(struct cmdq_item *, const char *);
void job_print_summary(struct cmdq_item *, int);
struct cmd_list *args_make_commands_now(struct cmd *, struct cmdq_item *,
struct cmdq_item *, u_int, const char *, int, int);
long long, struct cmdq_item *, char **);
long long, long long, struct cmdq_item *, char **);
long long, long long, struct cmdq_item *, char **);
int cmd_find_target(struct cmd_find_state *, struct cmdq_item *,
struct client *cmd_find_client(struct cmdq_item *, const char *, int);
enum cmd_retval cmd_attach_session(struct cmdq_item *, const char *, int, int,
struct cmd_parse_input *, struct cmdq_item *,
void cmdq_merge_formats(struct cmdq_item *, struct format_tree *);
const char *cmdq_get_name(struct cmdq_item *);
struct client *cmdq_get_client(struct cmdq_item *);
struct client *cmdq_get_target_client(struct cmdq_item *);
struct cmdq_state *cmdq_get_state(struct cmdq_item *);
struct cmd_find_state *cmdq_get_target(struct cmdq_item *);
struct cmd_find_state *cmdq_get_source(struct cmdq_item *);
struct key_event *cmdq_get_event(struct cmdq_item *);
struct cmd_find_state *cmdq_get_current(struct cmdq_item *);
int cmdq_get_flags(struct cmdq_item *);
struct cmdq_item *cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);
struct cmdq_item *cmdq_insert_after(struct cmdq_item *, struct cmdq_item *);
struct cmdq_item *cmdq_append(struct client *, struct cmdq_item *);
void printflike(4, 5) cmdq_insert_hook(struct session *, struct cmdq_item *,
void cmdq_continue(struct cmdq_item *);
void cmdq_guard(struct cmdq_item *, const char *, int);
void printflike(2, 3) cmdq_print(struct cmdq_item *, const char *, ...);
void cmdq_print_data(struct cmdq_item *, struct evbuffer *);
void printflike(2, 3) cmdq_error(struct cmdq_item *, const char *, ...);
struct cmdq_item *, struct client *, struct key_event *,
struct cmdq_item *, char **);
struct cmdq_item *, struct client *,
struct cmdq_item *, struct client *,
struct menu_data *menu_prepare(struct menu *, int, int, struct cmdq_item *,
int menu_display(struct menu *, int, int, struct cmdq_item *,
int popup_display(int, enum box_lines, struct cmdq_item *, u_int,
void server_acl_display(struct cmdq_item *);