Searched refs:Tcl_GetChannelOption (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXdup.c66 if (Tcl_GetChannelOption (interp, srcChannel, NULL, &strValues) != TCL_OK) {
H A DtclXutil.c560 * C-friendly front end to Tcl_GetChannelOption.
602 if (Tcl_GetChannelOption (interp, channel, strOption,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1/
H A DtclStubInit.c464 Tcl_GetChannelOption, /* 157 */
H A DtclStubInit.c.orig464 Tcl_GetChannelOption, /* 157 */
H A DtclDecls.h509 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((
2184 #ifndef Tcl_GetChannelOption
2185 #define Tcl_GetChannelOption \ macro
H A DtclDecls.h.orig509 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((
2178 #ifndef Tcl_GetChannelOption
2179 #define Tcl_GetChannelOption \
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclStubInit.c221 Tcl_GetChannelOption, /* 157 */
H A DtclStubInit.c.orig221 Tcl_GetChannelOption, /* 157 */
H A DtclDecls.h509 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((
2083 #ifndef Tcl_GetChannelOption
2084 #define Tcl_GetChannelOption(interp, chan, optionName, dsPtr) \ macro
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclStubInit.c221 Tcl_GetChannelOption, /* 157 */
H A DtclStubInit.c.orig221 Tcl_GetChannelOption, /* 157 */
H A DtclDecls.h509 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((
2171 #ifndef Tcl_GetChannelOption
2172 #define Tcl_GetChannelOption \ macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOCmd.c740 * Tcl_GetChannelOption. */
743 if (Tcl_GetChannelOption(interp, chan, NULL, &ds) != TCL_OK) {
751 * Tcl_GetChannelOption. */
755 if (Tcl_GetChannelOption(interp, chan, optionName, &ds) != TCL_OK) {
H A DtclIOGT.c269 Tcl_GetChannelOption(interp, chan, "-blocking", &ds);
H A DtclStubInit.c660 Tcl_GetChannelOption, /* 157 */
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOCmd.c607 * calling Tcl_GetChannelOption. */
621 if (Tcl_GetChannelOption(interp, chan, (char *) NULL, &ds) != TCL_OK) {
631 if (Tcl_GetChannelOption(interp, chan, optionName, &ds) != TCL_OK) {
H A DtclIOGT.c280 Tcl_GetChannelOption(interp, chan, "-blocking", &ds);
H A DtclStubInit.c595 Tcl_GetChannelOption, /* 157 */
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dregistry.c386 #define GETOPT(i,trans,opt,ds) (Tcl_GetChannelOption ((i), (trans)->parent, (opt), (ds)))
3278 * As of Tcl_GetChannelOption
3320 return Tcl_GetChannelOption (interp, parent, optionName, dsPtr);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6/
H A Dtcl.h951 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((Tcl_Channel chan,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v7.6p2/
H A Dtcl.h951 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((Tcl_Channel chan,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a1/
H A Dtcl.h1117 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((Tcl_Channel chan,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0a2/
H A Dtcl.h1135 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((Tcl_Channel chan,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b1/
H A Dtcl.h1210 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((Tcl_Channel chan,
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/patches/v8.0b2/
H A Dtcl.h1208 EXTERN int Tcl_GetChannelOption _ANSI_ARGS_((Tcl_Interp *interp,

Completed in 428 milliseconds

123