PostgreSQL Source Code
git master
|
#include <regguts.h>
Data Fields | |
int | nschrs |
int | nuchrs |
color | sub |
struct arc * | arcs |
chr | firstchr |
int | flags |
struct arc* colordesc::arcs |
Definition at line 160 of file regguts.h.
Referenced by colorchain(), freecolor(), initcm(), newcolor(), okcolors(), pseudocolor(), and uncolorchain().
chr colordesc::firstchr |
Definition at line 161 of file regguts.h.
Referenced by findprefix(), initcm(), newcolor(), pseudocolor(), and subcolor().
int colordesc::flags |
Definition at line 162 of file regguts.h.
Referenced by colorcomplement(), freecolor(), initcm(), newcolor(), pg_reg_getcharacters(), pg_reg_getnumcharacters(), pseudocolor(), and rainbow().
int colordesc::nschrs |
Definition at line 156 of file regguts.h.
Referenced by colorcomplement(), findprefix(), freecolor(), initcm(), newcolor(), newsub(), okcolors(), pg_reg_getnumcharacters(), pseudocolor(), and subcolor().
int colordesc::nuchrs |
Definition at line 157 of file regguts.h.
Referenced by colorcomplement(), findprefix(), freecolor(), initcm(), newcolor(), newhicolorcols(), newhicolorrow(), newsub(), okcolors(), pg_reg_getnumcharacters(), pseudocolor(), and subcolorhi().
color colordesc::sub |
Definition at line 158 of file regguts.h.
Referenced by freecolor(), initcm(), newcolor(), newsub(), okcolors(), pseudocolor(), and rainbow().