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))) ==
461 compile_subst(char *p, struct s_subst *s)
549 compile_flags(char *p, struct s_subst *s)

Completed in 46 milliseconds