Home
last modified time | relevance | path

Searched defs:cmd_source_file_data (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dcmd-source-file.c51 struct cmd_source_file_data { struct
52 struct cmdq_item *item;
53 int flags;
55 struct cmdq_item *after;
56 enum cmd_retval retval;
81 cmd_source_file_complete(struct client *c, struct cmd_source_file_data *cdata) in cmd_source_file_complete() argument