Lines Matching defs:firstArg
362 int i, result, noComplain, firstArg;
371 for (firstArg = 1; (firstArg < argc) && (argv[firstArg][0] == '-');
372 firstArg++) {
373 if (strcmp(argv[firstArg], "-nocomplain") == 0) {
375 } else if (strcmp(argv[firstArg], "--") == 0) {
376 firstArg++;
379 Tcl_AppendResult(interp, "bad switch \"", argv[firstArg],
384 if (firstArg >= argc) {
388 for (i = firstArg; i < argc; i++) {
425 for (i = firstArg; i < argc; i++) {