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

/freebsd-10.1-release/usr.bin/sed/
H A Dextern.h37 extern struct s_command *prog;
48 void cfclose(struct s_command *, struct s_command *);
H A Ddefs.h92 struct s_command { struct
93 struct s_command *next; /* Pointer to next command */
98 struct s_command *c; /* Command(s) for b t { */
H A Dcompile.c63 struct s_command *lh_cmd;
75 static struct s_command
76 **compile_stream(struct s_command **);
78 static void enterlabel(struct s_command *);
79 static struct s_command
81 static void fixuplabel(struct s_command *, struct s_command *);
126 struct s_command *prog;
153 static struct s_command **
154 compile_stream(struct s_command **lin
[all...]
H A Dprocess.c69 static __inline int applies(struct s_command *);
75 static int substitute(struct s_command *);
93 struct s_command *cp;
282 applies(struct s_command *cp)
346 struct s_command *cp;
368 substitute(struct s_command *cp)
752 cfclose(struct s_command *cp, struct s_command *end)

Completed in 101 milliseconds