PostgreSQL Source Code
git master
|
#include <regguts.h>
Data Fields | |
int | magic |
struct vars * | v |
size_t | ncds |
size_t | max |
color | free |
struct colordesc * | cd |
color * | locolormap |
int | classbits [NUM_CCLASSES] |
int | numcmranges |
colormaprange * | cmranges |
color * | hicolormap |
int | maxarrayrows |
int | hiarrayrows |
int | hiarraycols |
struct colordesc | cdspace [NINLINECDS] |
struct colordesc* colormap::cd |
Definition at line 236 of file regguts.h.
Referenced by checkmatchall(), colorchain(), colorcomplement(), combine(), findprefix(), freecm(), freecolor(), initcm(), miss(), newcolor(), newhicolorcols(), newhicolorrow(), newsub(), okcolors(), optimizebracket(), pg_reg_getcharacters(), pg_reg_getnumcharacters(), pseudocolor(), rainbow(), subcolor(), subcolorhi(), and uncolorchain().
struct colordesc colormap::cdspace[NINLINECDS] |
Definition at line 249 of file regguts.h.
Referenced by freecm(), initcm(), and newcolor().
int colormap::classbits[NUM_CCLASSES] |
Definition at line 243 of file regguts.h.
Referenced by cclass_column_index(), initcm(), and subcolorcvec().
colormaprange* colormap::cmranges |
Definition at line 245 of file regguts.h.
Referenced by freecm(), initcm(), pg_reg_getcolor(), subcoloronechr(), and subcoloronerange().
color colormap::free |
Definition at line 235 of file regguts.h.
Referenced by freecolor(), initcm(), and newcolor().
int colormap::hiarraycols |
Definition at line 249 of file regguts.h.
Referenced by initcm(), newhicolorcols(), newhicolorrow(), pg_reg_getcolor(), subcolorcvec(), and subcoloronerow().
int colormap::hiarrayrows |
Definition at line 248 of file regguts.h.
Referenced by initcm(), newhicolorcols(), newhicolorrow(), and subcolorcvec().
color* colormap::hicolormap |
Definition at line 246 of file regguts.h.
Referenced by freecm(), initcm(), newhicolorcols(), newhicolorrow(), pg_reg_getcolor(), subcolorcvec(), and subcoloronerow().
color* colormap::locolormap |
Definition at line 240 of file regguts.h.
Referenced by freecm(), initcm(), pg_reg_getcharacters(), and subcolor().
size_t colormap::max |
Definition at line 234 of file regguts.h.
Referenced by dfa_backref(), freecolor(), initcm(), maxcolor(), newcolor(), pg_reg_getcharacters(), pg_reg_getnumcharacters(), pg_reg_getnumcolors(), and shortest().
int colormap::maxarrayrows |
Definition at line 247 of file regguts.h.
Referenced by initcm(), newhicolorcols(), and newhicolorrow().
size_t colormap::ncds |
Definition at line 233 of file regguts.h.
Referenced by initcm(), and newcolor().
int colormap::numcmranges |
Definition at line 244 of file regguts.h.
Referenced by initcm(), pg_reg_getcolor(), subcoloronechr(), and subcoloronerange().
struct vars* colormap::v |
Definition at line 232 of file regguts.h.
Referenced by dfa_backref(), initcm(), longest(), matchuntil(), shortest(), subcolorcvec(), subcoloronechr(), subcoloronerange(), and subcoloronerow().