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) in compile_stream()
164 struct s_command *cmd, *cmd2, *stack; in compile_stream()
187 *link = cmd = xmalloc(sizeof(struct s_command)); in compile_stream()
997 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
1028 enterlabel(struct s_command *cp) in enterlabel()
1052 static struct s_command *