Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/sed/
HDdefs.h62 struct s_subst { struct
100 struct s_subst *s; /* Substitute command */
HDcompile.c71 static char *compile_flags(char *, struct s_subst *);
73 static char *compile_subst(char *, struct s_subst *);
322 if ((cmd->u.s = calloc(1, sizeof(struct s_subst))) == NULL) in compile_stream()
562 compile_subst(char *p, struct s_subst *s) in compile_subst()
679 compile_flags(char *p, struct s_subst *s) in compile_flags()