Home
last modified time | relevance | path

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

/third_party/toybox/lib/
H A Dargs.c128 int noerror, nodash_now, stopearly; member
185 if (gof->nodash_now || (!arg[0] && !(opt->flags & 8))) in gotflag()
222 if (!gof->nodash_now) gof->arg = ""; in gotflag()
248 else if (*options == '&') gof->nodash_now = 1; in parse_optflaglist()
398 if (toys.argv[1] && toys.argv[1][0] == '-') gof.nodash_now = 0; in get_optflags()
408 if (gof.argc>1 || *gof.arg=='-') gof.nodash_now = 0; in get_optflags()
452 if (gof.nodash_now) toys.optflags |= FLAGS_NODASH; in get_optflags()

Completed in 2 milliseconds