Searched refs:listArgc (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtksh/tcl/ |
H A D | tclCmdIL.c | 251 int listArgc, i; 263 if (Tcl_SplitList(interp, argv[1], &listArgc, &listArgv) != TCL_OK) { 266 for (i = 0; i < listArgc; i++) { 788 int listArgc; 810 if (Tcl_SplitList(interp, argv[argc-2], &listArgc, &listArgv) != TCL_OK) { 814 for (i = 0; i < listArgc; i++) { 867 int listArgc, i, c; 937 if (Tcl_SplitList(interp, argv[argc-1], &listArgc, &listArgv) != TCL_OK) { 941 qsort((VOID *) listArgv, (size_t) listArgc, sizeof (char *), 945 interp->result = Tcl_Merge(listArgc, listArg 248 int listArgc, i; local 778 int listArgc; local 856 int listArgc, i, c; local [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkFileFilter.c | 91 int listArgc; 97 if (Tcl_SplitList(interp, string, &listArgc, &listArgv) != TCL_OK) { 100 if (listArgc == 0) { 111 for (i = 0; i<listArgc; i++) { 89 int listArgc; local
|
H A D | tkImgPhoto.c | 540 int listArgc; 755 if (Tcl_SplitList(interp, srcArgv[y], &listArgc, &listArgv) 760 dataWidth = listArgc; 765 if (listArgc != dataWidth) { 537 int listArgc; local
|
/ast/src/lib/libtksh/src/ |
H A D | commands.c | 12 int index, listArgc; local 21 if (Tcl_SplitList(interp, argv[1], &listArgc, 25 if ((index >= 0) && (index < listArgc)) { 58 int listArgc; local 68 if (Tcl_SplitList(interp, argv[1], &listArgc, &listArgv) != TCL_OK) { 75 sprintf(interp->result, "%d", listArgc);
|
Completed in 42 milliseconds