Searched refs:msh_cmd_opt (Results 1 – 2 of 2) sorted by relevance
188 struct msh_cmd_opt *opt;201 typedef struct msh_cmd_opt struct216 #define CMD_OPTIONS_STATEMENT(command) static struct msh_cmd_opt command##_msh_options[16]; argument218 #define CMD_OPTIONS_STATEMENT(command) static struct msh_cmd_opt command##_msh_options[];227 #define CMD_OPTIONS_NODE_START(command) static struct msh_cmd_opt command##_msh_options[16] = {229 #define CMD_OPTIONS_NODE_START(command) static struct msh_cmd_opt command##_msh_options[] = {
902 static void msh_opt_complete(char *opts_str, struct msh_cmd_opt *cmd_opt) in msh_opt_complete()904 struct msh_cmd_opt *opt = cmd_opt; in msh_opt_complete()
Completed in 4 milliseconds