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

/macosx-10.9.5/tcl-102/tcl84/tcl/unix/
H A DtclLoadAout.c81 * The static variable SymbolTableFile contains the file name where the
86 static char * SymbolTableFile = NULL; variable
172 if (SymbolTableFile != NULL) {
173 inputSymbolTable = SymbolTableFile;
303 if (SymbolTableFile != NULL) {
308 SymbolTableFile = ckalloc (strlen (relocatedFileName) + 1);
309 strcpy (SymbolTableFile, relocatedFileName);
446 (void) unlink (SymbolTableFile);
447 ckfree (SymbolTableFile);
448 SymbolTableFile
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAout.c86 * The static variable SymbolTableFile contains the file name where the
91 static char * SymbolTableFile = NULL; variable
173 if (SymbolTableFile != NULL) {
174 inputSymbolTable = SymbolTableFile;
360 if (SymbolTableFile != NULL) {
365 SymbolTableFile = ckalloc (strlen (relocatedFileName) + 1);
366 strcpy (SymbolTableFile, relocatedFileName);
579 (void) unlink (SymbolTableFile);
580 ckfree (SymbolTableFile);
581 SymbolTableFile
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAout.c83 * The static variable SymbolTableFile contains the file name where the
88 static char * SymbolTableFile = NULL; variable
170 if (SymbolTableFile != NULL) {
171 inputSymbolTable = SymbolTableFile;
327 if (SymbolTableFile != NULL) {
332 SymbolTableFile = ckalloc (strlen (relocatedFileName) + 1);
333 strcpy (SymbolTableFile, relocatedFileName);
546 (void) unlink (SymbolTableFile);
547 ckfree (SymbolTableFile);
548 SymbolTableFile
[all...]

Completed in 201 milliseconds