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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dfork-child.c127 char *shell_command; local
168 shell_command = (char *) alloca (strlen (SHELL_COMMAND_CONCAT) + len);
169 strcpy (shell_command, SHELL_COMMAND_CONCAT);
171 shell_command = (char *) alloca (len);
172 shell_command[0] = '\0';
196 strcat (shell_command, "exec ");
234 strcat (shell_command, "'");
238 strcat (shell_command, "'\\''");
240 strcat (shell_command, "\\!");
242 strncat (shell_command,
[all...]
/haiku-fatelf/src/bin/bash/
H A Dparse.y348 %type <command> simple_command shell_command
609 | shell_command
611 | shell_command redirection_list
633 shell_command: for_command label
780 function_body: shell_command
782 | shell_command redirection_list
820 coproc: COPROC shell_command
825 | COPROC shell_command redirection_list
842 | COPROC WORD shell_command
847 | COPROC WORD shell_command redirection_lis
[all...]

Completed in 91 milliseconds