Searched refs:curshort (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c256 char *curshort; local
260 for (curshort = arg + 1; *curshort; curshort++)
261 if (!find_short (cmd->options, *curshort))
264 if (*curshort)
272 curshort = arg + 1;
276 opt = find_short (cmd->options, *curshort);
281 "unknown argument `-%c'", *curshort);
285 curshort
[all...]

Completed in 15 milliseconds