Searched defs:s_subst (Results 1 – 1 of 1) sorted by relevance
61 struct s_subst { struct62 int n; /* Occurrence to subst. */63 int p; /* True if p flag */64 int icase; /* True if I flag */65 char *wfile; /* NULL if no wfile */66 int wfd; /* Cached file descriptor */67 regex_t *re; /* Regular expression */68 unsigned int maxbref; /* Largest backreference. */69 ulong_t linenum; /* Line number. */70 char *new; /* Replacement text */