Searched refs:concatItems (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompile.c2001 int i, concatItems;
2026 concatItems = 2*numWords - 1;
2027 while (concatItems > 255) {
2029 concatItems -= 254;
2031 if (concatItems > 1) {
2032 TclEmitInstInt1(INST_CONCAT1, concatItems, envPtr);
1989 int i, concatItems; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCompile.c1943 int concatItems = 2*numWords - 1;
1944 while (concatItems > 255) {
1946 concatItems -= 254;
1948 if (concatItems > 1) {
1949 TclEmitInstInt1(INST_CONCAT1, concatItems, envPtr);
1931 int concatItems = 2*numWords - 1; local

Completed in 112 milliseconds