#include <regguts.h>
Public Member Functions | |
int | FUNCPTR (compare,(const chr *, const chr *, size_t)) |
Data Fields | |
int | magic |
int | cflags |
long | info |
size_t | nsub |
struct subre * | tree |
struct cnfa | search |
int | ntree |
struct colormap | cmap |
struct subre * | lacons |
int | nlacons |
Definition at line 456 of file regguts.h.
int guts::cflags |
Definition at line 460 of file regguts.h.
Referenced by cfind(), find(), pg_regcomp(), and pg_regexec().
struct colormap guts::cmap |
Definition at line 466 of file regguts.h.
Referenced by getsubdfa(), lacon(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().
long guts::info |
Definition at line 461 of file regguts.h.
Referenced by pg_regcomp(), pg_regexec(), and pg_regprefix().
struct subre* guts::lacons |
Definition at line 468 of file regguts.h.
Referenced by lacon(), pg_regcomp(), and rfree().
int guts::magic |
Definition at line 458 of file regguts.h.
Referenced by pg_regcomp(), and rfree().
int guts::nlacons |
Definition at line 469 of file regguts.h.
Referenced by pg_regcomp(), and rfree().
size_t guts::nsub |
Definition at line 462 of file regguts.h.
Referenced by pg_regcomp(), and pg_regexec().
int guts::ntree |
Definition at line 465 of file regguts.h.
Referenced by pg_regcomp(), and pg_regexec().
struct cnfa guts::search |
struct subre* guts::tree |
Definition at line 463 of file regguts.h.
Referenced by cfindloop(), find(), pg_regcomp(), pg_regexec(), pg_regprefix(), and rfree().