Home
last modified time | relevance | path

Searched refs:s_command (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/sed/
H A Dextern.h36 extern struct s_command *prog;
49 void cfclose(struct s_command *, struct s_command *);
H A Dcompile.c61 struct s_command *lh_cmd;
73 static struct s_command
74 **compile_stream(struct s_command **);
76 static void enterlabel(struct s_command *);
77 static struct s_command
79 static void fixuplabel(struct s_command *, struct s_command *);
124 struct s_command *prog;
151 static struct s_command **
152 compile_stream(struct s_command **link) in compile_stream()
156 struct s_command *cmd, *cmd2, *stack; in compile_stream()
[all …]
H A Ddefs.h91 struct s_command { struct
92 struct s_command *next; /* Pointer to next command */ argument
97 struct s_command *c; /* Command(s) for b t { */ argument
H A Dprocess.c67 static inline int applies(struct s_command *);
74 static int substitute(struct s_command *);
95 struct s_command *cp; in process()
295 applies(struct s_command *cp) in applies()
359 struct s_command *cp; in resetstate()
381 substitute(struct s_command *cp) in substitute()
765 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
/freebsd/lib/libcasper/libcasper/
H A Dservice.c83 service_command_func_t *s_command; member
102 service->s_command = commandfunc; in service_alloc()
319 error = service->s_command(cmd, in service_message()