Home | History | Annotate | Download | only in src

Lines Matching refs:command_line

100 char *command_line;     /* a copy of the entire command line */
603 command_line = NULL;
609 command_line = malloc(cmnd_len+1);
611 if (command_line == NULL) {
615 p = command_line;