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

/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c4972 Var *defaults, *initcmds; local
4977 initcmds = LookupVarFromTable(varTable, "__initcmds",(XOTclObject*)targetClass);
5049 if (initcmds && TclIsVarArray(initcmds)) {
5050 TclVarHashTable *tablePtr = valueOfVar(TclVarHashTable, initcmds, tablePtr);
5054 /*fprintf(stderr, "+++ we have initcmds for <%s>\n", className(targetClass));*/
5055 /* iterate over the elements of initcmds */

Completed in 92 milliseconds