Searched refs:unreportedError (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b1/
H A DtclIO.c.orig141 int unreportedError; /* Non-zero if an error report was deferred
1208 chanPtr->unreportedError = 0;
1663 if (chanPtr->unreportedError == 0) {
1664 chanPtr->unreportedError = errorCode;
1837 if (chanPtr->unreportedError != 0) {
1838 errorCode = chanPtr->unreportedError;
2049 if (chanPtr->unreportedError != 0) {
2050 Tcl_SetErrno(chanPtr->unreportedError);
2051 chanPtr->unreportedError = 0;
2277 if (chanPtr->unreportedError !
[all...]
H A DtclIO.c145 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1226 chanPtr->unreportedError = 0;
1361 chanPtr->unreportedError = 0;
1868 if (chanPtr->unreportedError == 0) {
1869 chanPtr->unreportedError = errorCode;
2042 if (chanPtr->unreportedError != 0) {
2043 errorCode = chanPtr->unreportedError;
2273 if (chanPtr->unreportedError != 0) {
2274 Tcl_SetErrno(chanPtr->unreportedError);
2275 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0/
H A DtclIO.c.orig141 int unreportedError; /* Non-zero if an error report was deferred
1215 chanPtr->unreportedError = 0;
1702 if (chanPtr->unreportedError == 0) {
1703 chanPtr->unreportedError = errorCode;
1880 if (chanPtr->unreportedError != 0) {
1881 errorCode = chanPtr->unreportedError;
2092 if (chanPtr->unreportedError != 0) {
2093 Tcl_SetErrno(chanPtr->unreportedError);
2094 chanPtr->unreportedError = 0;
2320 if (chanPtr->unreportedError !
[all...]
H A DtclIO.c145 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1233 chanPtr->unreportedError = 0;
1368 chanPtr->unreportedError = 0;
1907 if (chanPtr->unreportedError == 0) {
1908 chanPtr->unreportedError = errorCode;
2085 if (chanPtr->unreportedError != 0) {
2086 errorCode = chanPtr->unreportedError;
2316 if (chanPtr->unreportedError != 0) {
2317 Tcl_SetErrno(chanPtr->unreportedError);
2318 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.4/
H A DtclIO.c.orig142 int unreportedError; /* Non-zero if an error report was deferred
1216 chanPtr->unreportedError = 0;
1703 if (chanPtr->unreportedError == 0) {
1704 chanPtr->unreportedError = errorCode;
1881 if (chanPtr->unreportedError != 0) {
1882 errorCode = chanPtr->unreportedError;
2093 if (chanPtr->unreportedError != 0) {
2094 Tcl_SetErrno(chanPtr->unreportedError);
2095 chanPtr->unreportedError = 0;
2321 if (chanPtr->unreportedError !
[all...]
H A DtclIO.c146 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1259 chanPtr->unreportedError = 0;
1409 chanPtr->unreportedError = 0;
1948 if (chanPtr->unreportedError == 0) {
1949 chanPtr->unreportedError = errorCode;
2126 if (chanPtr->unreportedError != 0) {
2127 errorCode = chanPtr->unreportedError;
2373 if (chanPtr->unreportedError != 0) {
2374 Tcl_SetErrno(chanPtr->unreportedError);
2375 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0.5/
H A DtclIO.c.orig142 int unreportedError; /* Non-zero if an error report was deferred
1216 chanPtr->unreportedError = 0;
1703 if (chanPtr->unreportedError == 0) {
1704 chanPtr->unreportedError = errorCode;
1881 if (chanPtr->unreportedError != 0) {
1882 errorCode = chanPtr->unreportedError;
2093 if (chanPtr->unreportedError != 0) {
2094 Tcl_SetErrno(chanPtr->unreportedError);
2095 chanPtr->unreportedError = 0;
2321 if (chanPtr->unreportedError !
[all...]
H A DtclIO.c146 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1259 chanPtr->unreportedError = 0;
1409 chanPtr->unreportedError = 0;
1948 if (chanPtr->unreportedError == 0) {
1949 chanPtr->unreportedError = errorCode;
2126 if (chanPtr->unreportedError != 0) {
2127 errorCode = chanPtr->unreportedError;
2373 if (chanPtr->unreportedError != 0) {
2374 Tcl_SetErrno(chanPtr->unreportedError);
2375 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0b2/
H A DtclIO.c.orig141 int unreportedError; /* Non-zero if an error report was deferred
1215 chanPtr->unreportedError = 0;
1702 if (chanPtr->unreportedError == 0) {
1703 chanPtr->unreportedError = errorCode;
1876 if (chanPtr->unreportedError != 0) {
1877 errorCode = chanPtr->unreportedError;
2088 if (chanPtr->unreportedError != 0) {
2089 Tcl_SetErrno(chanPtr->unreportedError);
2090 chanPtr->unreportedError = 0;
2316 if (chanPtr->unreportedError !
[all...]
H A DtclIO.c145 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1233 chanPtr->unreportedError = 0;
1368 chanPtr->unreportedError = 0;
1907 if (chanPtr->unreportedError == 0) {
1908 chanPtr->unreportedError = errorCode;
2081 if (chanPtr->unreportedError != 0) {
2082 errorCode = chanPtr->unreportedError;
2312 if (chanPtr->unreportedError != 0) {
2313 Tcl_SetErrno(chanPtr->unreportedError);
2314 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.h195 int unreportedError; /* Non-zero if an error report was deferred member in struct:ChannelState
245 * companion to 'unreportedError'. */
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclIO.h196 int unreportedError; /* Non-zero if an error report was deferred member in struct:ChannelState
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a1/
H A DtclIO.c136 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1218 chanPtr->unreportedError = 0;
1344 chanPtr->unreportedError = 0;
1863 if (chanPtr->unreportedError == 0) {
1864 chanPtr->unreportedError = errorCode;
2039 if (chanPtr->unreportedError != 0) {
2040 errorCode = chanPtr->unreportedError;
2297 if (chanPtr->unreportedError != 0) {
2298 Tcl_SetErrno(chanPtr->unreportedError);
2299 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A DtclIO.c136 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1218 chanPtr->unreportedError = 0;
1344 chanPtr->unreportedError = 0;
1863 if (chanPtr->unreportedError == 0) {
1864 chanPtr->unreportedError = errorCode;
2039 if (chanPtr->unreportedError != 0) {
2040 errorCode = chanPtr->unreportedError;
2297 if (chanPtr->unreportedError != 0) {
2298 Tcl_SetErrno(chanPtr->unreportedError);
2299 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6/
H A DtclIO.c136 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1193 chanPtr->unreportedError = 0;
1319 chanPtr->unreportedError = 0;
1838 if (chanPtr->unreportedError == 0) {
1839 chanPtr->unreportedError = errorCode;
2014 if (chanPtr->unreportedError != 0) {
2015 errorCode = chanPtr->unreportedError;
2269 if (chanPtr->unreportedError != 0) {
2270 Tcl_SetErrno(chanPtr->unreportedError);
2271 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v7.6p2/
H A DtclIO.c136 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1207 chanPtr->unreportedError = 0;
1333 chanPtr->unreportedError = 0;
1852 if (chanPtr->unreportedError == 0) {
1853 chanPtr->unreportedError = errorCode;
2028 if (chanPtr->unreportedError != 0) {
2029 errorCode = chanPtr->unreportedError;
2283 if (chanPtr->unreportedError != 0) {
2284 Tcl_SetErrno(chanPtr->unreportedError);
2285 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c169 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1331 chanPtr->unreportedError = 0;
1494 chanPtr->unreportedError = 0;
2116 if (chanPtr->unreportedError == 0) {
2117 chanPtr->unreportedError = errorCode;
2311 if (chanPtr->unreportedError != 0) {
2312 errorCode = chanPtr->unreportedError;
5051 if (chanPtr->unreportedError != 0) {
5052 Tcl_SetErrno(chanPtr->unreportedError);
5053 chanPtr->unreportedError
[all...]
H A DtclIO.c.orig169 int unreportedError; /* Non-zero if an error report was deferred
1295 chanPtr->unreportedError = 0;
1827 if (chanPtr->unreportedError == 0) {
1828 chanPtr->unreportedError = errorCode;
2022 if (chanPtr->unreportedError != 0) {
2023 errorCode = chanPtr->unreportedError;
4727 if (chanPtr->unreportedError != 0) {
4728 Tcl_SetErrno(chanPtr->unreportedError);
4729 chanPtr->unreportedError = 0;
6920 if (csPtr->readPtr->unreportedError !
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c169 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1331 chanPtr->unreportedError = 0;
1494 chanPtr->unreportedError = 0;
2116 if (chanPtr->unreportedError == 0) {
2117 chanPtr->unreportedError = errorCode;
2311 if (chanPtr->unreportedError != 0) {
2312 errorCode = chanPtr->unreportedError;
5051 if (chanPtr->unreportedError != 0) {
5052 Tcl_SetErrno(chanPtr->unreportedError);
5053 chanPtr->unreportedError
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c174 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1323 chanPtr->unreportedError = 0;
1464 chanPtr->unreportedError = 0;
2071 if (chanPtr->unreportedError == 0) {
2072 chanPtr->unreportedError = errorCode;
2266 if (chanPtr->unreportedError != 0) {
2267 errorCode = chanPtr->unreportedError;
4957 if (chanPtr->unreportedError != 0) {
4958 Tcl_SetErrno(chanPtr->unreportedError);
4959 chanPtr->unreportedError
[all...]
H A DtclIO.c.orig168 int unreportedError; /* Non-zero if an error report was deferred
1294 chanPtr->unreportedError = 0;
1826 if (chanPtr->unreportedError == 0) {
1827 chanPtr->unreportedError = errorCode;
2021 if (chanPtr->unreportedError != 0) {
2022 errorCode = chanPtr->unreportedError;
4693 if (chanPtr->unreportedError != 0) {
4694 Tcl_SetErrno(chanPtr->unreportedError);
4695 chanPtr->unreportedError = 0;
6893 if (csPtr->readPtr->unreportedError !
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c169 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1349 chanPtr->unreportedError = 0;
1512 chanPtr->unreportedError = 0;
2134 if (chanPtr->unreportedError == 0) {
2135 chanPtr->unreportedError = errorCode;
2329 if (chanPtr->unreportedError != 0) {
2330 errorCode = chanPtr->unreportedError;
5069 if (chanPtr->unreportedError != 0) {
5070 Tcl_SetErrno(chanPtr->unreportedError);
5071 chanPtr->unreportedError
[all...]
H A DtclIO.c.orig169 int unreportedError; /* Non-zero if an error report was deferred
1295 chanPtr->unreportedError = 0;
1827 if (chanPtr->unreportedError == 0) {
1828 chanPtr->unreportedError = errorCode;
2022 if (chanPtr->unreportedError != 0) {
2023 errorCode = chanPtr->unreportedError;
4727 if (chanPtr->unreportedError != 0) {
4728 Tcl_SetErrno(chanPtr->unreportedError);
4729 chanPtr->unreportedError = 0;
6919 if (csPtr->readPtr->unreportedError !
[all...]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c169 int unreportedError; /* Non-zero if an error report was deferred member in struct:Channel
1349 chanPtr->unreportedError = 0;
1512 chanPtr->unreportedError = 0;
2134 if (chanPtr->unreportedError == 0) {
2135 chanPtr->unreportedError = errorCode;
2329 if (chanPtr->unreportedError != 0) {
2330 errorCode = chanPtr->unreportedError;
5069 if (chanPtr->unreportedError != 0) {
5070 Tcl_SetErrno(chanPtr->unreportedError);
5071 chanPtr->unreportedError
[all...]
H A DtclIO.c.orig169 int unreportedError; /* Non-zero if an error report was deferred
1295 chanPtr->unreportedError = 0;
1827 if (chanPtr->unreportedError == 0) {
1828 chanPtr->unreportedError = errorCode;
2022 if (chanPtr->unreportedError != 0) {
2023 errorCode = chanPtr->unreportedError;
4727 if (chanPtr->unreportedError != 0) {
4728 Tcl_SetErrno(chanPtr->unreportedError);
4729 chanPtr->unreportedError = 0;
6919 if (csPtr->readPtr->unreportedError !
[all...]

Completed in 542 milliseconds

12