Searched refs:charsStored (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c3135 int charsStored, length;
3139 charsStored = Tcl_GetsObj(chan, objPtr);
3140 if (charsStored > 0) {
3145 return charsStored;
3100 int charsStored, length; local
H A DtclIO.c.orig2811 int charsStored, length;
2815 charsStored = Tcl_GetsObj(chan, objPtr);
2816 if (charsStored > 0) {
2821 return charsStored;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c3135 int charsStored, length;
3139 charsStored = Tcl_GetsObj(chan, objPtr);
3140 if (charsStored > 0) {
3145 return charsStored;
3100 int charsStored, length; local
H A DtclIO.c.orig2811 int charsStored, length;
2815 charsStored = Tcl_GetsObj(chan, objPtr);
2816 if (charsStored > 0) {
2821 return charsStored;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c.orig2807 int charsStored, length;
2811 charsStored = Tcl_GetsObj(chan, objPtr);
2812 if (charsStored > 0) {
2817 return charsStored;
H A DtclIO.c3071 int charsStored, length;
3075 charsStored = Tcl_GetsObj(chan, objPtr);
3076 if (charsStored > 0) {
3081 return charsStored;
3036 int charsStored, length; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c.orig2811 int charsStored, length;
2815 charsStored = Tcl_GetsObj(chan, objPtr);
2816 if (charsStored > 0) {
2821 return charsStored;
H A DtclIO.c3153 int charsStored, length;
3157 charsStored = Tcl_GetsObj(chan, objPtr);
3158 if (charsStored > 0) {
3163 return charsStored;
3118 int charsStored, length; local
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig2811 int charsStored, length;
2815 charsStored = Tcl_GetsObj(chan, objPtr);
2816 if (charsStored > 0) {
2821 return charsStored;
H A DtclIO.c3153 int charsStored, length;
3157 charsStored = Tcl_GetsObj(chan, objPtr);
3158 if (charsStored > 0) {
3163 return charsStored;
3118 int charsStored, length; local
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.c3999 int charsStored, length;
4003 charsStored = Tcl_GetsObj(chan, objPtr);
4004 if (charsStored > 0) {
4009 return charsStored;
3952 int charsStored, length; local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.c3594 int charsStored, length;
3598 charsStored = Tcl_GetsObj(chan, objPtr);
3599 if (charsStored > 0) {
3604 return charsStored;
3547 int charsStored, length; local

Completed in 411 milliseconds