Lines Matching defs:names
35 /* Next in list of names associated
1141 * interpreter names currently registered for the display
1146 * to hold a list of all the interpreter names defined for
1261 * Get atoms used as property names.
1853 * This procedure updates the list of application names stored
1871 Tcl_DString names;
1874 Tcl_DStringInit(&names);
1876 Tcl_DStringAppendElement(&names, riPtr->name);
1880 (unsigned char *) Tcl_DStringValue(&names),
1881 Tcl_DStringLength(&names));
1882 Tcl_DStringFree(&names);