Home
last modified time | relevance | path

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

/components/finsh/
A Dfinsh.h188 struct msh_cmd_opt *opt;
201 typedef struct msh_cmd_opt struct
216 #define CMD_OPTIONS_STATEMENT(command) static struct msh_cmd_opt command##_msh_options[16]; argument
218 #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[] = {
A Dmsh.c902 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