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

/freebsd-current/usr.bin/sed/
H A Dextern.h36 extern struct s_command *prog;
49 void cfclose(struct s_command *, struct s_command *);
H A Ddefs.h91 struct s_command { struct
92 struct s_command *next; /* Pointer to next command */
97 struct s_command *c; /* Command(s) for b t { */
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 **lin
[all...]
H A Dprocess.c67 static inline int applies(struct s_command *);
74 static int substitute(struct s_command *);
95 struct s_command *cp;
295 applies(struct s_command *cp)
359 struct s_command *cp;
381 substitute(struct s_command *cp)
767 cfclose(struct s_command *cp, struct s_command *end)
/freebsd-current/lib/libcasper/libcasper/
H A Dservice.c83 service_command_func_t *s_command; member in struct:service
102 service->s_command = commandfunc;
319 error = service->s_command(cmd,

Completed in 74 milliseconds