Home
last modified time | relevance | path

Searched refs:s_command (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/sed/
H A Dcompile.c72 struct s_command *lh_cmd;
84 static struct s_command
85 **compile_stream(struct s_command **);
87 static void enterlabel(struct s_command *);
88 static struct s_command
90 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 …]
H A Dextern.h39 extern struct s_command *prog;
50 void cfclose(struct s_command *, struct s_command *);
H A Ddefs.h94 struct s_command { struct
95 struct s_command *next; /* Pointer to next command */ argument
100 struct s_command *c; /* Command(s) for b t { */ argument
H A Dprocess.c79 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()