Searched defs:firstArg (Results 1 - 2 of 2) sorted by relevance
| /ast/src/lib/libtk/generic/ |
| H A D | tkSend.c | 888 int result, c, async, i, firstArg; 941 firstArg = i+1; 964 if (firstArg == (argc-1)) { 965 result = Tcl_GlobalEval(localInterp, argv[firstArg]); 968 Tcl_DStringAppend(&request, argv[firstArg], -1); 969 for (i = firstArg+1; i < argc; i++) { 1039 Tcl_DStringAppend(&request, argv[firstArg], -1); 1040 for (i = firstArg+1; i < argc; i++) { 879 int result, c, async, i, firstArg; local
|
| /ast/src/lib/libtksh/tcl/ |
| H A D | tclGlob.c | 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 > 359 int i, result, noComplain, firstArg; local [all...] |
Completed in 72 milliseconds