Lines Matching refs:s_command
56 struct s_command *lh_cmd;
68 static struct s_command
69 **compile_stream(struct s_command **);
71 static void enterlabel(struct s_command *);
72 static struct s_command
74 static void fixuplabel(struct s_command *, struct s_command *);
119 struct s_command *prog;
142 static struct s_command **
143 compile_stream(struct s_command **link) in compile_stream()
148 struct s_command *cmd, *cmd2, *stack; in compile_stream()
167 *link = cmd = xmalloc(sizeof(struct s_command)); in compile_stream()
780 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
811 enterlabel(struct s_command *cp) in enterlabel()
835 static struct s_command *