Lines Matching defs:command
32 * command functions
49 static char pipeprompt[] = "Pipe to shell command: ";
56 /* execute the command */
59 command(int commandc)
65 HISTORY *curritem, *item; /* command history */
268 case '^': /* pipe the lines through a shell command */
269 case '|': /* pipe the lines to a shell command */
271 putmsg("There are no lines to pipe to a shell command");
274 /* get the shell command */
282 /* if the ^ command, redirect output to a temp file */
289 "cscope: cannot open pipe to shell command: %s\n",
301 putmsg("Ignoring empty output of ^ command");
332 case ctrl('Y'): /* (old command) */
369 case '\\': /* next character is not a command */
507 /* until the quit command is entered */
520 /* see if the input character is a command */
530 (void) command(c);
535 (void) command(c);
635 /* output substitute command */