Searched defs:GETCOLOR (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregguts.h226 #define GETCOLOR(cm, c) ((cm)->tree->tcolor[B0(c)]) macro
230 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B1(c)]->tcolor[B0(c)]) macro
233 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B3(c)]->tptr[B2(c)]->tptr[B1(c)]->tcolor[B0(c)]) macro
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregguts.h240 #define GETCOLOR(cm, c) ((cm)->tree->tcolor[B0(c)]) macro
244 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B1(c)]->tcolor[B0(c)]) macro
247 #define GETCOLOR(cm, c) ((cm)->tree->tptr[B3(c)]->tptr[B2(c)]->tptr[B1(c)]->tcolor[B0(c)]) macro

Completed in 219 milliseconds