Home
last modified time | relevance | path

Searched refs:s_subst (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h61 struct s_subst { struct
99 struct s_subst *s; /* Substitute command */
H A Dcompile.c66 static char *compile_flags(char *, struct s_subst *);
68 static char *compile_subst(char *, struct s_subst *);
314 if ((cmd->u.s = calloc(1, sizeof (struct s_subst))) == in compile_stream()
461 compile_subst(char *p, struct s_subst *s) in compile_subst()
549 compile_flags(char *p, struct s_subst *s) in compile_flags()