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

/ast/src/lib/libtksh/tcl/
H A DtclInterp.c138 char *slavePath, int safe));
459 CreateSlave(interp, slavePath, safe)
461 char *slavePath; /* Path (name) of slave to create. */
470 int argc; /* Count of elements in slavePath. */
471 char **argv; /* Elements in slavePath. */
480 if (Tcl_SplitList(interp, slavePath, &argc, &argv) != TCL_OK) {
487 slavePath = argv[0];
500 slavePath = argv[argc-1];
505 hPtr = Tcl_CreateHashEntry(&(masterPtr->slaveTable), slavePath, &new);
507 Tcl_AppendResult(interp, "interpreter named \"", slavePath,
572 char *slavePath; /* Name of slave. */ local
[all...]

Completed in 9 milliseconds