Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Dextern.h38 extern struct s_command *prog;
49 void cfclose(struct s_command *, struct s_command *);
H A Dcompile.c59 struct s_command *lh_cmd;
71 static struct s_command
72 **compile_stream(struct s_command **);
75 static struct s_command
77 static void fixuplabel(struct s_command *, struct s_command *);
122 struct s_command *prog;
150 static struct s_command **
155 struct s_command *cmd, *cmd2, *stack; in compile_stream()
841 fixuplabel(struct s_command *cp, struct s_command *end) in fixuplabel()
872 enterlabel(struct s_command *cp) in enterlabel()
[all …]
H A Ddefs.h92 struct s_command { struct
93 struct s_command *next; /* Pointer to next command */ argument
98 struct s_command *c; /* Command(s) for b t { */ argument
H A Dprocess.c66 static int applies(struct s_command *);
72 static int substitute(struct s_command *);
94 struct s_command *cp; in process()
277 MATCH(struct s_command *cp, struct s_addr *a) in MATCH()
298 applies(struct s_command *cp) in applies()
353 struct s_command *cp; in resetstate()
375 substitute(struct s_command *cp) in substitute()
762 cfclose(struct s_command *cp, struct s_command *end) in cfclose()
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_ctrl.h83 uint16_t s_command; member