Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/sed/
Ddefs.h63 struct s_subst { struct
101 struct s_subst *s; /* Substitute command */
Dcompile.c79 static char *compile_flags(char *, struct s_subst *);
81 static char *compile_subst(char *, struct s_subst *);
328 cmd->u.s = xcalloc(1, sizeof(struct s_subst)); in compile_stream()
612 compile_subst(char *p, struct s_subst *s) in compile_subst()
707 compile_flags(char *p, struct s_subst *s) in compile_flags()