Home
last modified time | relevance | path

Searched refs:cmd_parse_command (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dcmd-parse.y61 struct cmd_parse_command { struct
65 TAILQ_ENTRY(cmd_parse_command) entry; argument
67 TAILQ_HEAD(cmd_parse_commands, cmd_parse_command);
91 static void cmd_parse_free_command(struct cmd_parse_command *);
112 struct cmd_parse_command *command;
646 cmd_parse_free_command(struct cmd_parse_command *cmd) in cmd_parse_free_command()
665 struct cmd_parse_command *cmd, *cmd1; in cmd_parse_free_commands()
726 struct cmd_parse_command *cmd; in cmd_parse_log_commands()
758 cmd_parse_expand_alias(struct cmd_parse_command *cmd, in cmd_parse_expand_alias()
763 struct cmd_parse_command *last; in cmd_parse_expand_alias()
[all …]