Searched refs:opt_str (Results 1 – 1 of 1) sorted by relevance
853 static msh_cmd_opt_t *msh_get_cmd_opt(char *opt_str) in msh_get_cmd_opt() argument860 ptr = strchr(opt_str, ' '); in msh_get_cmd_opt()863 len = ptr - opt_str; in msh_get_cmd_opt()867 len = strlen(opt_str); in msh_get_cmd_opt()874 if (strncmp(index->name, opt_str, len) == 0 && index->name[len] == '\0') in msh_get_cmd_opt()953 char *opt_str = RT_NULL; in msh_opt_auto_complete() local956 argc = msh_get_argc(prefix, &opt_str); in msh_opt_auto_complete()975 msh_opt_complete(opt_str, opt); in msh_opt_auto_complete()
Completed in 3 milliseconds