CMD_LINE
struct CMD_LINE cmd;
process_startd_line(struct CMD_LINE *cmd, char *cmd_string)
struct CMD_LINE cmd;
spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd)
findpslot(struct CMD_LINE *cmd)
getcmd(struct CMD_LINE *cmd, char *shcmd)
bzero(cmd, sizeof (struct CMD_LINE));
struct CMD_LINE cmd;
static int getcmd(struct CMD_LINE *, char *);
static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
static struct PROC_TABLE *findpslot(struct CMD_LINE *);