Go to the source code of this file.
Macros | |
#define | RE_MAGIC 1 |
'magic' option More... | |
#define | RE_STRING 2 |
match in string instead of buffer text More... | |
#define | RE_STRICT 4 |
don't allow [abc] without ] More... | |
#define | RE_AUTO 8 |
automatic engine selection More... | |
#define | REX_SET 1 |
to allow \z(...), More... | |
#define | REX_USE 2 |
to allow \z\1 et al. More... | |
#define | REX_ALL (REX_SET | REX_USE) |
#define RE_AUTO 8 |
automatic engine selection
#define RE_MAGIC 1 |
'magic' option
#define RE_STRICT 4 |
don't allow [abc] without ]
#define RE_STRING 2 |
match in string instead of buffer text
#define REX_SET 1 |
to allow \z(...),
#define REX_USE 2 |
to allow \z\1 et al.