Searched refs:s_command (Results 1 – 5 of 5) sorted by relevance
38 extern struct s_command *prog;51 void cfclose(struct s_command *, struct s_command *);
64 struct s_command *lh_cmd;76 static struct s_command77 **compile_stream(struct s_command **);80 static struct s_command82 static void fixuplabel(struct s_command *, struct s_command *);127 struct s_command *prog;154 static struct s_command **159 struct s_command *cmd, *cmd2, *stack; in compile_stream()981 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()1012 enterlabel(struct s_command *cp) in enterlabel()[all …]
93 struct s_command { struct94 struct s_command *next; /* Pointer to next command */ argument99 struct s_command *c; /* Command(s) for b t { */ argument
70 static inline int applies(struct s_command *);77 static int substitute(struct s_command *);98 struct s_command *cp; in process()298 applies(struct s_command *cp) in applies()362 struct s_command *cp; in resetstate()384 substitute(struct s_command *cp) in substitute()770 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
84 service_command_func_t *s_command; member103 service->s_command = commandfunc; in service_alloc()320 error = service->s_command(cmd, in service_message()