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

/ast/src/cmd/tksh/
H A DtkMain.c473 char *bindscript, *script = NULL, *oldarg;
482 bindscript = argv[3];
483 if ((bindscript[0] == '#') && (bindscript[1] == '!' ))
485 if ((strcmp(bindscript, bindprefixksh) == 0) ||
486 (strcmp(bindscript, bindprefixtcl) == 0))
489 script = (char *) malloc(strlen(bindscript) + BINDPRELEN +1);
492 strcpy(script + BINDPRELEN, bindscript);
470 char *bindscript, *script = NULL, *oldarg; local

Completed in 10 milliseconds