Symbol: s_command
lib/libcasper/libcasper/service.c
102
service->s_command = commandfunc;
lib/libcasper/libcasper/service.c
319
error = service->s_command(cmd,
lib/libcasper/libcasper/service.c
83
service_command_func_t *s_command;
usr.bin/sed/compile.c
1009
enterlabel(struct s_command *cp)
usr.bin/sed/compile.c
1034
static struct s_command *
usr.bin/sed/compile.c
124
struct s_command *prog;
usr.bin/sed/compile.c
151
static struct s_command **
usr.bin/sed/compile.c
152
compile_stream(struct s_command **link)
usr.bin/sed/compile.c
156
struct s_command *cmd, *cmd2, *stack;
usr.bin/sed/compile.c
179
if ((*link = cmd = malloc(sizeof(struct s_command))) == NULL)
usr.bin/sed/compile.c
61
struct s_command *lh_cmd;
usr.bin/sed/compile.c
73
static struct s_command
usr.bin/sed/compile.c
74
**compile_stream(struct s_command **);
usr.bin/sed/compile.c
76
static void enterlabel(struct s_command *);
usr.bin/sed/compile.c
77
static struct s_command
usr.bin/sed/compile.c
79
static void fixuplabel(struct s_command *, struct s_command *);
usr.bin/sed/compile.c
978
fixuplabel(struct s_command *cp, struct s_command *end)
usr.bin/sed/defs.h
92
struct s_command *next; /* Pointer to next command */
usr.bin/sed/defs.h
97
struct s_command *c; /* Command(s) for b t { */
usr.bin/sed/extern.h
36
extern struct s_command *prog;
usr.bin/sed/extern.h
49
void cfclose(struct s_command *, struct s_command *);
usr.bin/sed/process.c
295
applies(struct s_command *cp)
usr.bin/sed/process.c
359
struct s_command *cp;
usr.bin/sed/process.c
381
substitute(struct s_command *cp)
usr.bin/sed/process.c
67
static inline int applies(struct s_command *);
usr.bin/sed/process.c
74
static int substitute(struct s_command *);
usr.bin/sed/process.c
765
cfclose(struct s_command *cp, struct s_command *end)
usr.bin/sed/process.c
95
struct s_command *cp;