Home
last modified time | relevance | path

Searched refs:Tcl_GetChannelOption (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/websh/websh-3.6.0b5/src/generic/
H A Dformdata.c68 Tcl_GetChannelOption(interp, channel, "-translation", &translation); in parseUrlEncodedFormData()
69 Tcl_GetChannelOption(interp, channel, "-encoding", &encoding); in parseUrlEncodedFormData()
245 Tcl_GetChannelOption(interp, channel, "-translation", &translation); in parseMultipartFormData()
246 Tcl_GetChannelOption(interp, channel, "-encoding", &encoding); in parseMultipartFormData()
H A Dweboutint.c510 Tcl_GetChannelOption(interp, channel, "-translation", &translation); in putsCmdImpl()
/dports/lang/tclX/tclx8.4/generic/
H A DtclXdup.c65 if (Tcl_GetChannelOption (interp, srcChannel, NULL, &strValues) != TCL_OK) {
H A DtclXutil.c589 if (Tcl_GetChannelOption (interp, channel, strOption,
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A DtclDecls.exc164 Tcl_GetChannelOption
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b2/
H A Dbyteorder.patch124 + * Location: Tcl_GetChannelOption
H A DtclStubInit.c221 Tcl_GetChannelOption, /* 157 */
/dports/devel/tcltls/tcltls-1.7.18/
H A Dtls.c909 Tcl_GetChannelOption(interp, chan, "-eofchar", &upperChannelEOFChar);
910 Tcl_GetChannelOption(interp, chan, "-encoding", &upperChannelEncoding);
911 Tcl_GetChannelOption(interp, chan, "-translation", &upperChannelTranslation);
912 Tcl_GetChannelOption(interp, chan, "-blocking", &upperChannelBlocking);
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b1/
H A Dbyteorder.patch124 + * Location: Tcl_GetChannelOption
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0/
H A Dbyteorder.patch145 * Tcl_GetChannelOption --
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.4/
H A Dbyteorder.patch145 * Tcl_GetChannelOption --
/dports/devel/tcl-trf/trf2.1.4/patches/v8.0.5/
H A Dbyteorder.patch145 * Tcl_GetChannelOption --
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkMain.c417 Tcl_GetChannelOption(NULL, chan, "-encoding", &savedEncoding); in StdinProc()
/dports/shells/ksh93/ast-93u/src/lib/libtksh/tcl/
H A DtclIOCmd.c736 if (Tcl_GetChannelOption(chan, (char *) NULL, &ds) != TCL_OK) {
747 if (Tcl_GetChannelOption(chan, argv[2], &ds) != TCL_OK) {
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclIOCmd.c736 if (Tcl_GetChannelOption(chan, (char *) NULL, &ds) != TCL_OK) {
747 if (Tcl_GetChannelOption(chan, argv[2], &ds) != TCL_OK) {
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/tcl/
H A DtclIOCmd.c736 if (Tcl_GetChannelOption(chan, (char *) NULL, &ds) != TCL_OK) {
747 if (Tcl_GetChannelOption(chan, argv[2], &ds) != TCL_OK) {
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1b3/
H A DtclStubInit.c221 Tcl_GetChannelOption, /* 157 */
/dports/devel/tcl-trf/trf2.1.4/patches/v8.1/
H A DtclStubInit.c464 Tcl_GetChannelOption, /* 157 */
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIOCmd.c614 if (Tcl_GetChannelOption(interp, chan, (char *) NULL, &ds) != TCL_OK) {
624 if (Tcl_GetChannelOption(interp, chan, optionName, &ds) != TCL_OK) {
H A DtclStubInit.c568 Tcl_GetChannelOption, /* 157 */
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIOCmd.c750 if (Tcl_GetChannelOption(interp, chan, NULL, &ds) != TCL_OK) { in Tcl_FconfigureObjCmd()
762 if (Tcl_GetChannelOption(interp, chan, optionName, &ds) != TCL_OK) { in Tcl_FconfigureObjCmd()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIOCmd.c799 if (Tcl_GetChannelOption(interp, chan, NULL, &ds) != TCL_OK) { in Tcl_FconfigureObjCmd()
811 if (Tcl_GetChannelOption(interp, chan, optionName, &ds) != TCL_OK) { in Tcl_FconfigureObjCmd()
H A DtclIOGT.c296 Tcl_GetChannelOption(interp, chan, "-blocking", &ds); in TclChannelTransform()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIOCmd.c785 if (Tcl_GetChannelOption(interp, chan, NULL, &ds) != TCL_OK) { in Tcl_FconfigureObjCmd()
797 if (Tcl_GetChannelOption(interp, chan, optionName, &ds) != TCL_OK) { in Tcl_FconfigureObjCmd()
/dports/www/mod_rivet/rivet-3.2.0/src/mod_rivet_ng/
H A DrivetCore.c409 Tcl_GetChannelOption(interp, tclstdout, "-translation", &transoptions); in TCL_CMD_HEADER()
410 Tcl_GetChannelOption(interp, tclstdout, "-encoding", &encoptions); in TCL_CMD_HEADER()

1234