![]() |
YAP 7.1.0
|
regex interpeter More...
#include "config.h"Go to the source code of this file.
Macros | |
| #define | BOL (OUT+1) |
| #define | EOL (BOL+1) |
| #define | BOLEOL (BOL+2) |
| #define | NOTHING (BOL+3) |
| #define | BOW (BOL+4) |
| #define | EOW (BOL+5) |
| #define | CODEMAX (BOL+5) /* highest code used */ |
| #define | NONCHAR(c) ((c) > CHAR_MAX) |
| #define | NNONCHAR (CODEMAX-CHAR_MAX) |
| #define | SP(t, s, c) /* nothing */ |
| #define | AT(t, p1, p2, s1, s2) /* nothing */ |
| #define | NOTE(s) /* nothing */ |
regex interpeter
Definition in file engine.c.