Symbol: s_command
usr.bin/sed/compile.c
119
struct s_command *prog;
usr.bin/sed/compile.c
142
static struct s_command **
usr.bin/sed/compile.c
143
compile_stream(struct s_command **link)
usr.bin/sed/compile.c
148
struct s_command *cmd, *cmd2, *stack;
usr.bin/sed/compile.c
167
*link = cmd = xmalloc(sizeof(struct s_command));
usr.bin/sed/compile.c
56
struct s_command *lh_cmd;
usr.bin/sed/compile.c
68
static struct s_command
usr.bin/sed/compile.c
69
**compile_stream(struct s_command **);
usr.bin/sed/compile.c
71
static void enterlabel(struct s_command *);
usr.bin/sed/compile.c
72
static struct s_command
usr.bin/sed/compile.c
74
static void fixuplabel(struct s_command *, struct s_command *);
usr.bin/sed/compile.c
780
fixuplabel(struct s_command *cp, struct s_command *end)
usr.bin/sed/compile.c
811
enterlabel(struct s_command *cp)
usr.bin/sed/compile.c
835
static struct s_command *
usr.bin/sed/defs.h
78
struct s_command *next; /* Pointer to next command */
usr.bin/sed/defs.h
82
struct s_command *c; /* Command(s) for b t { */
usr.bin/sed/extern.h
37
extern struct s_command *prog;
usr.bin/sed/extern.h
48
void cfclose(struct s_command *, struct s_command *);
usr.bin/sed/process.c
276
applies(struct s_command *cp)
usr.bin/sed/process.c
316
struct s_command *cp;
usr.bin/sed/process.c
333
substitute(struct s_command *cp)
usr.bin/sed/process.c
61
static inline int applies(struct s_command *);
usr.bin/sed/process.c
615
cfclose(struct s_command *cp, struct s_command *end)
usr.bin/sed/process.c
67
static int substitute(struct s_command *);
usr.bin/sed/process.c
88
struct s_command *cp;