Lines Matching defs:points
199 struct point points[] = {
202 * At this point, the size of the object 'points' is not known
207 * of 'points' was set too early, resulting in a negative
210 sizeof(int[-(int)sizeof(points)]),
217 struct point points[3];
221 struct point points[5];
227 struct point points[3][5][2];
235 .pentagons[0].points[4].x = 1,
236 .points[0][0][0] = { 0, 0 },
237 .points[2][4][1] = {301, 302 },
239 .points[3][0][0] = {3001, 3002 },
241 .points[0][5][0] = {501, 502 },
243 .points[0][0][2] = {21, 22 },