Home | History | Annotate | Download | only in patch

Lines Matching defs:Argc

127 static int	Argc;		/* guess */
154 main(int argc, char *argv[])
212 Argc = argc;
351 Argc = Argc_last;
504 Argc_last = Argc;
506 if (!Argc)
509 while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
615 Argc -= optind;
618 if (Argc > 0) {
620 Argc--;
621 while (Argc > 0) {
625 Argc--;