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

/freebsd-current/usr.bin/sed/
H A Ddefs.h60 struct s_subst { struct
98 struct s_subst *s; /* Substitute command */
H A Dcompile.c68 static char *compile_flags(char *, struct s_subst *);
70 static char *compile_subst(char *, struct s_subst *);
319 if ((cmd->u.s = calloc(1, sizeof(struct s_subst))) == NULL)
559 compile_subst(char *p, struct s_subst *s)
676 compile_flags(char *p, struct s_subst *s)

Completed in 65 milliseconds