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