• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/tcl-105/tcl84/tcl/generic/

Lines Matching +defs:new +defs:table

26 				 * hash table entry that owns this encoding
54 Tcl_HashEntry *hPtr; /* Hash table entry that owns this encoding. */
59 * table-driven encoding created by LoadTableEncoding(). It maps between
149 * Hash table that keeps track of all loaded Encodings. Keys are
167 * TableEncoding to represent a page in the table that has no entries.
495 * The new encoding type is entered into a table visible to all
663 Tcl_HashTable table;
666 Tcl_InitHashTable(&table, TCL_STRING_KEYS);
672 Tcl_CreateHashEntry(&table, encodingPtr->name, &dummy);
726 Tcl_CreateHashEntry(&table, string, &dummy);
743 hPtr = Tcl_FirstHashEntry(&table, &search);
747 strPtr = Tcl_NewStringObj(Tcl_GetHashKey(&table, hPtr), -1);
751 Tcl_DeleteHashTable(&table);
772 * The reference count of the new system encoding is incremented.
815 * This procedure is called to define a new encoding and the procedures
827 * The new encoding type is entered into a table visible to all
841 int new;
846 hPtr = Tcl_CreateHashEntry(&encodingTable, typePtr->encodingName, &new);
847 if (new == 0) {
849 * Remove old encoding from hash table, but don't delete it until
1297 * Read a file that describes an encoding and create a new Encoding
1316 * and also the name for new encoding. */
1449 * Helper function for LoadEncodingTable(). Loads a table to that
1458 * The return value is the new encoding, or NULL if the encoding
1470 CONST char *name; /* Name for new encoding. */
1472 Tcl_Channel chan; /* File containing new encoding. */
1485 * Speed over memory. Use a full 256 character table to decode hex
1534 * Read the table that maps characters to Unicode. Performs a single
1740 * The return value is the new encoding, or NULL if the encoding
1751 CONST char *name; /* Name for new encoding. */
1752 Tcl_Channel chan; /* File containing new encoding. */
3103 panic("EscapeToUtfProc: invalid sub table");
3195 * convert the UTF string back to native before setting the new