Searched refs:TclSetByteCodeFromAny (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIntDecls.h418 EXTERN int TclSetByteCodeFromAny _ANSI_ARGS_((
1255 #ifndef TclSetByteCodeFromAny
1256 #define TclSetByteCodeFromAny \ macro
H A DtclStubInit.c239 TclSetByteCodeFromAny, /* 142 */
H A DtclCompile.c332 * TclSetByteCodeFromAny --
356 TclSetByteCodeFromAny(interp, objPtr, hookProc, clientData)
522 return TclSetByteCodeFromAny(interp, objPtr,
915 * i.e. not used. The caller (TclSetByteCodeFromAny) will set this up, if
975 * TclSetByteCodeFromAny(), found in this file.
1133 * caller is TclSetByteCodeFromAny, which will pass in
355 TclSetByteCodeFromAny(interp, objPtr, hookProc, clientData) function
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclIntDecls.h622 EXTERN int TclSetByteCodeFromAny(Tcl_Interp *interp,
1701 #ifndef TclSetByteCodeFromAny
1702 #define TclSetByteCodeFromAny \ macro
H A DtclStubInit.c219 TclSetByteCodeFromAny, /* 142 */
H A DtclCompile.c454 * TclSetByteCodeFromAny --
477 TclSetByteCodeFromAny(
623 (void) TclSetByteCodeFromAny(interp, objPtr, NULL, (ClientData) NULL);
1016 * i.e. not used. The caller (TclSetByteCodeFromAny) will set this up, if
1082 * TclSetByteCodeFromAny(), found in this file.
476 TclSetByteCodeFromAny( function
H A DtclProc.c2914 if (TclSetByteCodeFromAny(interp, objv[2], NULL, NULL) != TCL_OK){

Completed in 276 milliseconds