#include <re.h>

Data Fields | |
| int | max_pmatch |
| int | n_escapes |
| regex_t * | re |
| struct replace_with | replace [1] |
| int | replace_all |
| str | replacement |
Definition at line 59 of file re.h.
| int max_pmatch |
Definition at line 64 of file re.h.
Referenced by build_rule(), repl_exp_parse(), rule_translate(), subst_parser(), and subst_run().
| int n_escapes |
| regex_t* re |
Definition at line 60 of file re.h.
Referenced by subst_expr_free(), subst_parser(), and subst_run().
struct replace_with replace[1] [read] |
| int replace_all |
Definition at line 61 of file re.h.
Referenced by repl_expr_free(), replace_build(), rule_translate(), and subst_expr_free().
1.5.6