Searched refs:Tcl_OpenFileChannel (Results 1 - 8 of 8) sorted by relevance
/ast/src/lib/libtksh/src/ |
H A D | init.c | 284 c = Tcl_OpenFileChannel(NULL, fullName, "r", 0);
|
/ast/src/cmd/tksh/ |
H A D | tkMain.c | 221 chan = Tcl_OpenFileChannel(interp, fullName, "r", 0);
|
/ast/src/lib/libtk/generic/ |
H A D | tkCanvPs.c | 299 psInfo.chan = Tcl_OpenFileChannel(canvasPtr->interp, p, "w", 0666); 1170 chan = Tcl_OpenFileChannel(interp, buffer2.string, "r", 0);
|
H A D | tkOption.c | 917 chan = Tcl_OpenFileChannel(interp, realName, "r", 0);
|
/ast/src/lib/libtksh/include/ |
H A D | tcl.h | 1007 EXTERN Tcl_Channel Tcl_OpenFileChannel _ANSI_ARGS_((Tcl_Interp *interp,
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclIOCmd.c | 1071 chan = Tcl_OpenFileChannel(interp, argv[1], modeString, prot);
|
H A D | tclIOUtil.c | 400 chan = Tcl_OpenFileChannel(interp, nativeName, "r", 0644);
|
H A D | tclUnixChan.c | 1096 * Tcl_OpenFileChannel -- function 1113 Tcl_OpenFileChannel(interp, fileName, modeString, permissions) 1148 panic("Tcl_OpenFileChannel: invalid mode value");
|
Completed in 56 milliseconds