|
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 182 of file regguts.h.
Referenced by colorchain(), freecolor(), initcm(), newcolor(), okcolors(), pseudocolor(), and uncolorchain().
| chr colordesc::firstchr |
Definition at line 183 of file regguts.h.
Referenced by findprefix(), initcm(), newcolor(), pseudocolor(), and subcolor().
| int colordesc::flags |
Definition at line 184 of file regguts.h.
Referenced by checkmatchall(), colorcomplement(), combine(), freecolor(), initcm(), miss(), newcolor(), optimizebracket(), pg_reg_getcharacters(), pg_reg_getnumcharacters(), pseudocolor(), and rainbow().
| int colordesc::nschrs |
Definition at line 178 of file regguts.h.
Referenced by findprefix(), freecolor(), initcm(), newcolor(), newsub(), okcolors(), pg_reg_getnumcharacters(), pseudocolor(), and subcolor().
| int colordesc::nuchrs |
Definition at line 179 of file regguts.h.
Referenced by findprefix(), freecolor(), initcm(), newcolor(), newhicolorcols(), newhicolorrow(), newsub(), okcolors(), pg_reg_getnumcharacters(), pseudocolor(), and subcolorhi().
| color colordesc::sub |
Definition at line 180 of file regguts.h.
Referenced by freecolor(), initcm(), newcolor(), newsub(), okcolors(), pseudocolor(), and rainbow().