Searched defs:cmd_source_file_data (Results 1 – 1 of 1) sorted by relevance
51 struct cmd_source_file_data { struct52 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