Symbol: s_command
usr.bin/sed/compile.c
1004
enterlabel(struct s_command *cp)
usr.bin/sed/compile.c
1029
static struct s_command *
usr.bin/sed/compile.c
127
struct s_command *prog;
usr.bin/sed/compile.c
154
static struct s_command **
usr.bin/sed/compile.c
155
compile_stream(struct s_command **link)
usr.bin/sed/compile.c
159
struct s_command *cmd, *cmd2, *stack;
usr.bin/sed/compile.c
182
if ((*link = cmd = malloc(sizeof(struct s_command))) == NULL)
usr.bin/sed/compile.c
64
struct s_command *lh_cmd;
usr.bin/sed/compile.c
76
static struct s_command
usr.bin/sed/compile.c
77
**compile_stream(struct s_command **);
usr.bin/sed/compile.c
79
static void enterlabel(struct s_command *);
usr.bin/sed/compile.c
80
static struct s_command
usr.bin/sed/compile.c
82
static void fixuplabel(struct s_command *, struct s_command *);
usr.bin/sed/compile.c
973
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
52
void cfclose(struct s_command *, struct s_command *);
usr.bin/sed/process.c
298
applies(struct s_command *cp)
usr.bin/sed/process.c
362
struct s_command *cp;
usr.bin/sed/process.c
384
substitute(struct s_command *cp)
usr.bin/sed/process.c
70
static inline int applies(struct s_command *);
usr.bin/sed/process.c
77
static int substitute(struct s_command *);
usr.bin/sed/process.c
770
cfclose(struct s_command *cp, struct s_command *end)
usr.bin/sed/process.c
98
struct s_command *cp;