Lines Matching refs:DATA
98 #define DATA(name) { { #name }, A_##name } macro
101 DATA(NORMAL),
102 DATA(STANDOUT),
103 DATA(UNDERLINE),
104 DATA(REVERSE),
105 DATA(BLINK),
106 DATA(DIM),
107 DATA(BOLD),
108 DATA(ALTCHARSET),
109 DATA(INVIS),
110 DATA(PROTECT),
111 DATA(HORIZONTAL),
112 DATA(LEFT),
113 DATA(LOW),
114 DATA(RIGHT),
115 DATA(TOP),
116 DATA(VERTICAL),
119 DATA(ITALIC),
122 #undef DATA
124 #define DATA(name, type) { { #name }, type, offsetof(WINDOW, name) } macro
128 DATA(_cury, pSIZE),
129 DATA(_curx, pSIZE),
130 DATA(_maxy, pSIZE),
131 DATA(_maxx, pSIZE),
132 DATA(_begy, pSIZE),
133 DATA(_begx, pSIZE),
134 DATA(_flags, pSHORT),
135 DATA(_attrs, pATTR),
136 DATA(_bkgd, pCHAR),
137 DATA(_notimeout, pBOOL),
138 DATA(_clear, pBOOL),
139 DATA(_leaveok, pBOOL),
140 DATA(_scroll, pBOOL),
141 DATA(_idlok, pBOOL),
142 DATA(_idcok, pBOOL),
143 DATA(_immed, pBOOL),
144 DATA(_sync, pBOOL),
145 DATA(_use_keypad, pBOOL),
146 DATA(_delay, pINT),
147 DATA(_regtop, pSIZE),
148 DATA(_regbottom, pSIZE),
149 DATA(_pad._pad_y, pSIZE),
150 DATA(_pad._pad_x, pSIZE),
151 DATA(_pad._pad_top, pSIZE),
152 DATA(_pad._pad_left, pSIZE),
153 DATA(_pad._pad_bottom, pSIZE),
154 DATA(_pad._pad_right, pSIZE),
155 DATA(_yoffset, pSIZE),
157 DATA(_bkgrnd, pCCHAR),
159 DATA(_color, pINT),
163 #undef DATA