Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/sed/
H A Dextern.h38 extern struct s_command *prog;
51 void cfclose(struct s_command *, struct s_command *);
H A Dcompile.c64 struct s_command *lh_cmd;
76 static struct s_command
77 **compile_stream(struct s_command **);
80 static struct s_command
82 static void fixuplabel(struct s_command *, struct s_command *);
127 struct s_command *prog;
154 static struct s_command **
159 struct s_command *cmd, *cmd2, *stack; in compile_stream()
981 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
1012 enterlabel(struct s_command *cp) in enterlabel()
[all …]
H A Ddefs.h93 struct s_command { struct
94 struct s_command *next; /* Pointer to next command */ argument
99 struct s_command *c; /* Command(s) for b t { */ argument
H A Dprocess.c70 static inline int applies(struct s_command *);
77 static int substitute(struct s_command *);
98 struct s_command *cp; in process()
298 applies(struct s_command *cp) in applies()
362 struct s_command *cp; in resetstate()
384 substitute(struct s_command *cp) in substitute()
770 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
/freebsd-14.2/lib/libcasper/libcasper/
H A Dservice.c84 service_command_func_t *s_command; member
103 service->s_command = commandfunc; in service_alloc()
320 error = service->s_command(cmd, in service_message()