Symbol: s_command
usr.bin/sed/compile.c
1018
enterlabel(struct s_command *cp)
usr.bin/sed/compile.c
1042
static struct s_command *
usr.bin/sed/compile.c
137
struct s_command *prog;
usr.bin/sed/compile.c
160
static struct s_command **
usr.bin/sed/compile.c
161
compile_stream(struct s_command **link)
usr.bin/sed/compile.c
165
struct s_command *cmd, *cmd2, *stack;
usr.bin/sed/compile.c
187
*link = cmd = emalloc(sizeof(struct s_command));
usr.bin/sed/compile.c
73
struct s_command *lh_cmd;
usr.bin/sed/compile.c
85
static struct s_command
usr.bin/sed/compile.c
86
**compile_stream(struct s_command **);
usr.bin/sed/compile.c
88
static void enterlabel(struct s_command *);
usr.bin/sed/compile.c
89
static struct s_command
usr.bin/sed/compile.c
91
static void fixuplabel(struct s_command *, struct s_command *);
usr.bin/sed/compile.c
987
fixuplabel(struct s_command *cp, struct s_command *end)
usr.bin/sed/defs.h
100
struct s_command *c; /* Command(s) for b t { */
usr.bin/sed/defs.h
95
struct s_command *next; /* Pointer to next command */
usr.bin/sed/extern.h
39
extern struct s_command *prog;
usr.bin/sed/extern.h
50
void cfclose(struct s_command *, struct s_command *);
usr.bin/sed/process.c
107
struct s_command *cp;
usr.bin/sed/process.c
300
applies(struct s_command *cp)
usr.bin/sed/process.c
364
struct s_command *cp;
usr.bin/sed/process.c
386
substitute(struct s_command *cp)
usr.bin/sed/process.c
790
cfclose(struct s_command *cp, struct s_command *end)
usr.bin/sed/process.c
80
static __inline int applies(struct s_command *);
usr.bin/sed/process.c
86
static int substitute(struct s_command *);