Home
last modified time | relevance | path

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

/openbsd/usr.bin/sed/
H A Dcompile.c56 struct s_command *lh_cmd;
68 static struct s_command
69 **compile_stream(struct s_command **);
72 static struct s_command
74 static void fixuplabel(struct s_command *, struct s_command *);
119 struct s_command *prog;
142 static struct s_command **
148 struct s_command *cmd, *cmd2, *stack; in compile_stream()
784 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
815 enterlabel(struct s_command *cp) in enterlabel()
[all …]
H A Dextern.h37 extern struct s_command *prog;
48 void cfclose(struct s_command *, struct s_command *);
H A Ddefs.h77 struct s_command { struct
78 struct s_command *next; /* Pointer to next command */ argument
82 struct s_command *c; /* Command(s) for b t { */ argument
H A Dprocess.c61 static inline int applies(struct s_command *);
67 static int substitute(struct s_command *);
88 struct s_command *cp; in process()
278 applies(struct s_command *cp) in applies()
318 struct s_command *cp; in resetstate()
335 substitute(struct s_command *cp) in substitute()
620 cfclose(struct s_command *cp, struct s_command *end) in cfclose()