Lines Matching defs:interp

162     Tcl_Interp *interp;		/* The interpreter in which to execute the  member
175 Tcl_Interp *interp; /* The interpreter that the limit callback was member
336 Tcl_Interp *interp) /* Interpreter to initialize. */ in Tcl_Init()
470 Tcl_Interp *interp) /* Interpreter to initialize. */ in TclInterpInit()
517 Tcl_Interp *interp) /* Interp being deleted. All commands for in InterpInfoDeleteProc()
596 Tcl_Interp *interp, /* Current interpreter. */ in Tcl_InterpObjCmd()
606 Tcl_Interp *interp, /* Current interpreter. */ in NRInterpCmd()
1136 Tcl_Interp *interp, /* Default interp if no interp was specified in GetInterp2()
1266 Tcl_Interp *interp, /* Interp to start search from. */ in Tcl_GetAlias()
1328 Tcl_Interp *interp, /* Interp to start search from. */ in Tcl_GetAliasObj()
1392 Tcl_Interp *interp, /* Interp in which to report errors. */ in TclPreventAliasLoop()
1490 Tcl_Interp *interp, /* Interp for error reporting. */ in AliasCreate()
1654 Tcl_Interp *interp, /* Interpreter for result & errors. */ in AliasDelete()
1702 Tcl_Interp *interp, /* Interpreter for result & errors. */ in AliasDescribe()
1746 Tcl_Interp *interp, /* Interp for data return. */ in AliasList()
1791 Tcl_Interp *interp, /* Current interpreter. */ in AliasNRCmd()
1839 Tcl_Interp *interp, /* Current interpreter. */ in AliasObjCmd()
2007 Tcl_Interp *interp, /* Interpreter to start search at. */ in Tcl_CreateChild()
2039 Tcl_Interp *interp, /* Interpreter to start search from. */ in Tcl_GetChild()
2070 Tcl_Interp *interp) /* Get the parent of this interpreter. */ in Tcl_GetParent()
2101 Tcl_Interp *interp, /* Set cancel flags of this interpreter. */ in TclSetChildCancelFlags()
2173 Tcl_Interp *interp, /* Interpreter to start search from. */ in Tcl_GetInterpPath()
2214 Tcl_Interp *interp, /* Interp. to start search from. */ in GetInterp()
2273 Tcl_Interp *interp, /* Interp for error return. */ in ChildBgerror()
2316 Tcl_Interp *interp, /* Interp. to start search from. */ in ChildCreate()
2450 Tcl_Interp *interp, /* Current interpreter. */ in ChildObjCmd()
2460 Tcl_Interp *interp, /* Current interpreter. */ in NRChildCmd()
2710 Tcl_Interp *interp, /* Interp for error return. */ in ChildDebugCmd()
2781 Tcl_Interp *interp, /* Interp for error return. */ in ChildEval()
2845 Tcl_Interp *interp, /* Interp for error return. */ in ChildExpose()
2889 Tcl_Interp *interp, /* Interp for error return. */ in ChildRecursionLimit()
2951 Tcl_Interp *interp, /* Interp for error return. */ in ChildHide()
2994 Tcl_Interp *interp, /* Interp for data return. */ in ChildHidden()
3033 Tcl_Interp *interp, /* Interp for error return. */ in ChildInvokeHidden()
3082 Tcl_Interp *interp, in NRPostInvokeHidden()
3115 Tcl_Interp *interp, /* Interp for error return. */ in ChildMarkTrusted()
3149 Tcl_Interp *interp) /* Is this interpreter "safe" ? */ in Tcl_IsSafe()
3180 Tcl_Interp *interp) /* Interpreter to be made safe. */ in Tcl_MakeSafe()
3284 Tcl_Interp *interp) in Tcl_LimitExceeded()
3315 Tcl_Interp *interp) in Tcl_LimitReady()
3361 Tcl_Interp *interp) in Tcl_LimitCheck()
3440 Tcl_Interp *interp) in RunLimitHandlers()
3507 Tcl_Interp *interp, in Tcl_LimitAddHandler()
3584 Tcl_Interp *interp, in Tcl_LimitRemoveHandler()
3676 Tcl_Interp *interp) in TclLimitRemoveAllHandlers()
3776 Tcl_Interp *interp, in Tcl_LimitTypeEnabled()
3803 Tcl_Interp *interp, in Tcl_LimitTypeExceeded()
3831 Tcl_Interp *interp, in Tcl_LimitTypeSet()
3860 Tcl_Interp *interp, in Tcl_LimitTypeReset()
3889 Tcl_Interp *interp, in Tcl_LimitSetCommands()
3917 Tcl_Interp *interp) in Tcl_LimitGetCommands()
3945 Tcl_Interp *interp, in Tcl_LimitSetTime()
3988 Tcl_Interp *interp = clientData; in TimeLimitCallback() local
4030 Tcl_Interp *interp, in Tcl_LimitGetTime()
4057 Tcl_Interp *interp, in Tcl_LimitSetGranularity()
4095 Tcl_Interp *interp, in Tcl_LimitGetGranularity()
4162 Tcl_Interp *interp) /* Interpreter which failed the limit */ in CallScriptLimitCallback()
4202 Tcl_Interp *interp, in SetScriptLimitCallback()
4270 Tcl_Interp *interp) in TclRemoveScriptLimitCallbacks()
4308 Tcl_Interp *interp) in TclInitLimitSupport()
4387 Tcl_Interp *interp, /* Current interpreter. */ in ChildCommandLimitCmd()
4575 Tcl_Interp *interp, /* Current interpreter. */ in ChildTimeLimitCmd()