Searched refs:s_command (Results 1 – 4 of 4) sorted by relevance
72 struct s_command *lh_cmd;84 static struct s_command85 **compile_stream(struct s_command **);87 static void enterlabel(struct s_command *);88 static struct s_command90 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()[all …]
39 extern struct s_command *prog;50 void cfclose(struct s_command *, struct s_command *);
94 struct s_command { struct95 struct s_command *next; /* Pointer to next command */ argument100 struct s_command *c; /* Command(s) for b t { */ argument
79 static __inline int applies(struct s_command *);85 static int substitute(struct s_command *);106 struct s_command *cp; in process() 299 applies(struct s_command *cp) in applies() 363 struct s_command *cp; in resetstate() 385 substitute(struct s_command *cp) in substitute() 789 cfclose(struct s_command *cp, struct s_command *end) in cfclose()