Lines Matching refs:s_command
59 struct s_command *lh_cmd;
71 static struct s_command
72 **compile_stream(struct s_command **);
74 static void enterlabel(struct s_command *);
75 static struct s_command
77 static void fixuplabel(struct s_command *, struct s_command *);
122 struct s_command *prog;
150 static struct s_command **
151 compile_stream(struct s_command **link) in compile_stream()
155 struct s_command *cmd, *cmd2, *stack; in compile_stream()
177 if ((*link = cmd = malloc(sizeof (struct s_command))) == NULL) in compile_stream()
841 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
872 enterlabel(struct s_command *cp) in enterlabel()
897 static struct s_command *