Lines Matching refs:s_command
72 struct s_command *lh_cmd;
84 static struct s_command
85 **compile_stream(struct s_command **);
87 static void enterlabel(struct s_command *);
88 static struct s_command
90 static void fixuplabel(struct s_command *, struct s_command *);
136 struct s_command *prog;
159 static struct s_command **
160 compile_stream(struct s_command **link)
164 struct s_command *cmd, *cmd2, *stack;
187 *link = cmd = xmalloc(sizeof(struct s_command));
998 fixuplabel(struct s_command *cp, struct s_command *end)
1029 enterlabel(struct s_command *cp)
1053 static struct s_command *