Home | History | Annotate | Download | only in src

Lines Matching defs:args

493   } args[] =
499 const size_t nargs = sizeof (args) / sizeof (args[0]);
504 if (strcmp (argv[i], args[j].from) == 0)
506 argv[i] = (char *) args[j].to;