Searched refs:s_command (Results 1 – 5 of 5) sorted by relevance
38 extern struct s_command *prog;49 void cfclose(struct s_command *, struct s_command *);
59 struct s_command *lh_cmd;71 static struct s_command72 **compile_stream(struct s_command **);74 static void enterlabel(struct s_command *);75 static struct s_command77 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()[all …]
92 struct s_command { struct93 struct s_command *next; /* Pointer to next command */ argument98 struct s_command *c; /* Command(s) for b t { */ argument
64 static int applies(struct s_command *);70 static int substitute(struct s_command *);92 struct s_command *cp; in process()283 applies(struct s_command *cp) in applies()339 struct s_command *cp; in resetstate()361 substitute(struct s_command *cp) in substitute()748 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
83 uint16_t s_command; member