Searched refs:InitByteCodeExecution (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclExecute.c398 static void InitByteCodeExecution _ANSI_ARGS_((
465 * InitByteCodeExecution --
484 InitByteCodeExecution(interp)
492 panic("InitByteCodeExecution: can't create link for tcl_traceExec variable");
558 InitByteCodeExecution(interp);
613 * it will call InitByteCodeExecution.
483 InitByteCodeExecution(interp) function
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclExecute.c630 static void InitByteCodeExecution(Tcl_Interp *interp);
652 * InitByteCodeExecution --
671 InitByteCodeExecution(
679 Tcl_Panic("InitByteCodeExecution: can't create link for tcl_traceExec variable");
736 InitByteCodeExecution(interp);
818 * call InitByteCodeExecution.
670 InitByteCodeExecution( function

Completed in 151 milliseconds