Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sed/
Dcompile.c56 struct s_command *lh_cmd;
68 static struct s_command
69 **compile_stream(struct s_command **);
71 static void enterlabel(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 **
143 compile_stream(struct s_command **link) in compile_stream()
148 struct s_command *cmd, *cmd2, *stack; in compile_stream()
[all …]
Dextern.h37 extern struct s_command *prog;
48 void cfclose(struct s_command *, struct s_command *);
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
Dprocess.c61 static inline int applies(struct s_command *);
67 static int substitute(struct s_command *);
88 struct s_command *cp; in process()
276 applies(struct s_command *cp) in applies()
316 struct s_command *cp; in resetstate()
333 substitute(struct s_command *cp) in substitute()
615 cfclose(struct s_command *cp, struct s_command *end) in cfclose()