Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/sed/
H A Ddefs.h63 struct s_subst { struct
64 int n; /* Occurrence to subst. */
65 int p; /* True if p flag */
66 int icase; /* True if I flag */
67 char *wfile; /* NULL if no wfile */
68 int wfd; /* Cached file descriptor */
69 regex_t *re; /* Regular expression */
70 unsigned int maxbref; /* Largest backreference. */
71 u_long linenum; /* Line number. */
72 char *new; /* Replacement text */