Lines Matching refs:s_command
64 struct s_command *lh_cmd;
76 static struct s_command
77 **compile_stream(struct s_command **);
79 static void enterlabel(struct s_command *);
80 static struct s_command
82 static void fixuplabel(struct s_command *, struct s_command *);
127 struct s_command *prog;
154 static struct s_command **
155 compile_stream(struct s_command **link) in compile_stream()
159 struct s_command *cmd, *cmd2, *stack; in compile_stream()
182 if ((*link = cmd = malloc(sizeof(struct s_command))) == NULL) in compile_stream()
981 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
1012 enterlabel(struct s_command *cp) in enterlabel()
1037 static struct s_command *