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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c763 Tcl_HashTable addedCommandsTable;
771 Tcl_InitObjHashTable(&addedCommandsTable);
780 (void) Tcl_CreateHashEntry(&addedCommandsTable,
805 (void) Tcl_CreateHashEntry(&addedCommandsTable,
832 if (Tcl_FindHashEntry(&addedCommandsTable,
843 Tcl_DeleteHashTable(&addedCommandsTable);
756 Tcl_HashTable addedCommandsTable; local

Completed in 200 milliseconds