Lines Matching defs:command
85 char command = TRUE;
162 * create/append command log
185 * if return code non-zero, return command's input
336 * and command name
370 * initialize command buffer
397 * if the command is to be executed locally, rxfile becomes
472 * if command is to be executed on remote
490 * parse command
502 gettext("'<<' may not be used in command\n"));
511 gettext("'>>' may not be used in command\n"));
516 gettext("'>|' may not be used in command\n"));
521 gettext("'>&' may not be used in command\n"));
539 command = TRUE;
544 * process command or file or option
553 if (command && redir == '\0') {
555 * command
558 command = FALSE;
671 /* generate 'send' entry in command file */
686 * remote command can't know its name anyway
714 * we can run the command.
716 * tfile is command file for receive from remote.
884 * place command to be executed in JCL file
920 * has any command been placed in command JCL file
993 " [-g GRADE] [-s FILE] [-x NUM] command-string\n"), Progname);