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

/ast/src/lib/libtksh/tcl/
H A DtclUnixFile.c113 * Frees the string stored in the tclExecutableName variable. This
121 * Frees the memory occuppied by the tclExecutableName value.
131 if (tclExecutableName != (char *) NULL) {
132 ckfree(tclExecutableName);
133 tclExecutableName = (char *) NULL;
482 * The variable tclExecutableName gets filled in with the file
498 if (tclExecutableName != NULL) {
499 ckfree(tclExecutableName);
500 tclExecutableName = NULL;
556 * If the name starts with "/" then just copy it to tclExecutableName
[all...]
H A DtclCmdIL.c28 char *tclExecutableName = NULL; variable
/ast/src/lib/libtksh/src/
H A Dcommands.c4 extern char * tclExecutableName;
672 if (tclExecutableName != NULL) {
673 interp->result = tclExecutableName;
/ast/src/lib/libtksh/include/
H A Dtkshlib.h274 extern char * tclExecutableName;

Completed in 23 milliseconds