Lines Matching refs:TCL_READABLE

540                                          * combination of TCL_READABLE,
545 if ((mask & TCL_READABLE) && (fsPtr->inFile != (Tcl_File) NULL)) {
546 Tcl_WatchFile(fsPtr->inFile, TCL_READABLE);
572 * Returns OR-ed combination of TCL_READABLE, TCL_WRITABLE and
585 * combination of TCL_READABLE,
591 if ((mask & TCL_READABLE) && (fsPtr->inFile != (Tcl_File) NULL)) {
592 present |= Tcl_FileReady(fsPtr->inFile, TCL_READABLE);
633 if (direction == TCL_READABLE) {
858 (ClientData) fsPtr, TCL_READABLE);
990 * combination of TCL_READABLE,
995 if ((mask & TCL_READABLE) && (psPtr->inFile != (Tcl_File) NULL)) {
996 Tcl_WatchFile(psPtr->inFile, TCL_READABLE);
1022 * Returns OR-ed combination of TCL_READABLE, TCL_WRITABLE and
1035 * combination of TCL_READABLE,
1041 if ((mask & TCL_READABLE) && (psPtr->inFile != (Tcl_File) NULL)) {
1042 present |= Tcl_FileReady(psPtr->inFile, TCL_READABLE);
1083 if (direction == TCL_READABLE) {
1136 channelPermissions = TCL_READABLE;
1142 channelPermissions = (TCL_READABLE | TCL_WRITABLE);
1184 if (channelPermissions & TCL_READABLE) {
1248 int mode; /* ORed combination of TCL_READABLE and
1265 if (mode & TCL_READABLE) {
1348 mode |= TCL_READABLE;
1883 * combination of TCL_READABLE,
1901 * Returns OR-ed combination of TCL_READABLE, TCL_WRITABLE and
1914 * combination of TCL_READABLE,
2228 (ClientData) statePtr, (TCL_READABLE | TCL_WRITABLE));
2272 (ClientData) statePtr, (TCL_READABLE | TCL_WRITABLE));
2331 Tcl_CreateFileHandler(statePtr->sock, TCL_READABLE, TcpAccept,
2399 (ClientData) newSockState, (TCL_READABLE | TCL_WRITABLE));
2453 mode = TCL_READABLE;
2578 } else if ((!(forWriting)) && ((chanMode & TCL_READABLE) == 0)) {
2594 (forWriting ? TCL_WRITABLE : TCL_READABLE));