Symbol: s_command
usr/src/cmd/sed/compile.c
122
struct s_command *prog;
usr/src/cmd/sed/compile.c
150
static struct s_command **
usr/src/cmd/sed/compile.c
151
compile_stream(struct s_command **link)
usr/src/cmd/sed/compile.c
155
struct s_command *cmd, *cmd2, *stack;
usr/src/cmd/sed/compile.c
177
if ((*link = cmd = malloc(sizeof (struct s_command))) == NULL)
usr/src/cmd/sed/compile.c
59
struct s_command *lh_cmd;
usr/src/cmd/sed/compile.c
71
static struct s_command
usr/src/cmd/sed/compile.c
72
**compile_stream(struct s_command **);
usr/src/cmd/sed/compile.c
74
static void enterlabel(struct s_command *);
usr/src/cmd/sed/compile.c
75
static struct s_command
usr/src/cmd/sed/compile.c
77
static void fixuplabel(struct s_command *, struct s_command *);
usr/src/cmd/sed/compile.c
883
fixuplabel(struct s_command *cp, struct s_command *end)
usr/src/cmd/sed/compile.c
914
enterlabel(struct s_command *cp)
usr/src/cmd/sed/compile.c
939
static struct s_command *
usr/src/cmd/sed/defs.h
93
struct s_command *next; /* Pointer to next command */
usr/src/cmd/sed/defs.h
98
struct s_command *c; /* Command(s) for b t { */
usr/src/cmd/sed/extern.h
38
extern struct s_command *prog;
usr/src/cmd/sed/extern.h
49
void cfclose(struct s_command *, struct s_command *);
usr/src/cmd/sed/process.c
277
MATCH(struct s_command *cp, struct s_addr *a)
usr/src/cmd/sed/process.c
298
applies(struct s_command *cp)
usr/src/cmd/sed/process.c
353
struct s_command *cp;
usr/src/cmd/sed/process.c
375
substitute(struct s_command *cp)
usr/src/cmd/sed/process.c
66
static int applies(struct s_command *);
usr/src/cmd/sed/process.c
72
static int substitute(struct s_command *);
usr/src/cmd/sed/process.c
762
cfclose(struct s_command *cp, struct s_command *end)
usr/src/cmd/sed/process.c
94
struct s_command *cp;
usr/src/uts/sun4u/sys/pci/db21554_ctrl.h
83
uint16_t s_command;