Searched refs:s_command (Results 1 – 5 of 5) sorted by relevance
36 extern struct s_command *prog;49 void cfclose(struct s_command *, struct s_command *);
61 struct s_command *lh_cmd;73 static struct s_command74 **compile_stream(struct s_command **);76 static void enterlabel(struct s_command *);77 static struct s_command79 static void fixuplabel(struct s_command *, struct s_command *);124 struct s_command *prog;151 static struct s_command **152 compile_stream(struct s_command **link) in compile_stream()156 struct s_command *cmd, *cmd2, *stack; in compile_stream()[all …]
91 struct s_command { struct92 struct s_command *next; /* Pointer to next command */ argument97 struct s_command *c; /* Command(s) for b t { */ argument
67 static inline int applies(struct s_command *);74 static int substitute(struct s_command *);95 struct s_command *cp; in process()295 applies(struct s_command *cp) in applies()359 struct s_command *cp; in resetstate()381 substitute(struct s_command *cp) in substitute()765 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
83 service_command_func_t *s_command; member102 service->s_command = commandfunc; in service_alloc()319 error = service->s_command(cmd, in service_message()