Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/sed/
Ddefs.h60 struct s_subst { struct
83 struct s_subst *s; /* Substitute command */ argument
Dcompile.c63 static char *compile_flags(char *, struct s_subst *);
65 static char *compile_subst(char *, struct s_subst *);
312 cmd->u.s = xmalloc(sizeof(struct s_subst)); in compile_stream()
468 compile_subst(char *p, struct s_subst *s) in compile_subst()
548 compile_flags(char *p, struct s_subst *s) in compile_flags()