#include <re.h>

Data Fields | |
| int | offset |
| int | size |
| enum replace_special | type |
| union { | |
| char c | |
| int nmatch | |
| pv_spec_t spec | |
| } | u |
Definition at line 48 of file re.h.
| char c |
Definition at line 54 of file re.h.
Referenced by parse_repl(), replace_build(), and rule_translate().
| int nmatch |
Definition at line 53 of file re.h.
Referenced by parse_repl(), replace_build(), and rule_translate().
| int offset |
Definition at line 49 of file re.h.
Referenced by parse_repl(), replace_build(), and rule_translate().
| int size |
Definition at line 50 of file re.h.
Referenced by parse_repl(), replace_build(), and rule_translate().
Definition at line 55 of file re.h.
Referenced by parse_repl(), replace_build(), and rule_translate().
| enum replace_special type |
Definition at line 51 of file re.h.
Referenced by parse_repl(), replace_build(), and rule_translate().
| union { ... } u |
Referenced by parse_repl(), replace_build(), and rule_translate().
1.5.6