Searched refs:args_parse (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/tmux/ |
H A D | arguments.c | 195 args_parse_flags(const struct args_parse *parse, struct args_value *values, in args_parse_flags() 244 args_parse(const struct args_parse *parse, struct args_value *values, in args_parse() function
|
H A D | tmux.h | 1650 struct args_parse { struct 1744 struct args_parse args; 2529 struct args *args_parse(const struct args_parse *, struct args_value *,
|
H A D | cmd.c | 515 args = args_parse(&entry->args, values, count, &error); in cmd_parse()
|
H A D | window-copy.c | 2648 struct args_parse args; 3113 cs.wargs = args_parse(&window_copy_cmd_table[i].args, in window_copy_command()
|