Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dcmd-parse.y51 struct cmd_parse_argument { struct
57 TAILQ_ENTRY(cmd_parse_argument) entry; argument
59 TAILQ_HEAD(cmd_parse_arguments, cmd_parse_argument);
105 struct cmd_parse_argument *argument;
437 struct cmd_parse_argument *arg;
451 struct cmd_parse_argument *arg;
618 cmd_parse_free_argument(struct cmd_parse_argument *arg) in cmd_parse_free_argument()
637 struct cmd_parse_argument *arg, *arg1; in cmd_parse_free_arguments()
727 struct cmd_parse_argument *arg; in cmd_parse_log_commands()
761 struct cmd_parse_argument *arg, *arg1, *first; in cmd_parse_expand_alias()
[all …]