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

/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Dextern.h76 extern struct s_command *prog;
87 void cfclose(struct s_command *, struct s_command *);
H A Ddefs.h116 struct s_command { struct
117 struct s_command *next; /* Pointer to next command */
121 struct s_command *c; /* Command(s) for b t { */
H A Dcompile.c107 struct s_command *lh_cmd;
119 static struct s_command
120 **compile_stream(struct s_command **);
122 static void enterlabel(struct s_command *);
123 static struct s_command
125 static void fixuplabel(struct s_command *, struct s_command *);
170 struct s_command *prog;
192 static struct s_command **
193 compile_stream(struct s_command **lin
[all...]
H A Dprocess.c108 static inline int applies(struct s_command *);
113 static int substitute(struct s_command *);
131 struct s_command *cp;
320 applies(struct s_command *cp)
361 substitute(struct s_command *cp)
669 cfclose(struct s_command *cp, struct s_command *end)

Completed in 60 milliseconds