Home
last modified time | relevance | path

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

/external/toybox/lib/
Dargs.c129 int noerror, nodash_now, stopearly; member
186 if (gof->nodash_now || (!arg[0] && !(opt->flags & 8))) in gotflag()
223 if (!gof->nodash_now) gof->arg = ""; in gotflag()
249 else if (*options == '&') gof->nodash_now = 1; in parse_optflaglist()
401 if (toys.argv[1] && toys.argv[1][0] == '-') gof.nodash_now = 0; in get_optflags()
411 if (gof.argc>1 || *gof.arg=='-') gof.nodash_now = 0; in get_optflags()
455 if (gof.nodash_now) toys.optflags |= FLAGS_NODASH; in get_optflags()