Lines Matching defs:command
54 static Tcl_DString command; /* Used to assemble lines of terminal input
115 * Parse command-line arguments. A leading "-file" argument is
136 * Make command-line arguments available in the Tcl variables "argc"
184 * Invoke the script specified on the command line, if any.
258 Tcl_DStringInit(&command);
302 * input characters, adds them to a command being assembled, and
303 * executes the command if it's complete.
309 * Could be almost arbitrary, depending on the command that's
341 (void) Tcl_DStringAppend(&command, Tcl_DStringValue(&line), -1);
342 cmd = Tcl_DStringAppend(&command, "\n", -1);
352 * Disable the stdin channel handler while evaluating the command;
353 * otherwise if the command re-enters the event loop we might
354 * process commands from stdin before the current command is
356 * command being evaluated.
363 Tcl_DStringFree(&command);
411 * exists a partial command, so use