Lines Matching refs:pes

264 		PrintEntry pes [1] G_GNUC_UNUSED; \
270 PrintEntry pes [1] G_GNUC_UNUSED; \
271 pes [0].type = t1; \
272 pes [0].name = #f1; \
273 pes [0].data = &entry->f1; \
274 pes [0].color = index_color(0, num_nums, match_indices); \
280 PrintEntry pes [2] G_GNUC_UNUSED; \
281 pes [0].type = t1; \
282 pes [0].name = #f1; \
283 pes [0].data = &entry->f1; \
284 pes [0].color = index_color(0, num_nums, match_indices); \
285 pes [1].type = t2; \
286 pes [1].name = #f2; \
287 pes [1].data = &entry->f2; \
288 pes [1].color = index_color(1, num_nums, match_indices); \
294 PrintEntry pes [3] G_GNUC_UNUSED; \
295 pes [0].type = t1; \
296 pes [0].name = #f1; \
297 pes [0].data = &entry->f1; \
298 pes [0].color = index_color(0, num_nums, match_indices); \
299 pes [1].type = t2; \
300 pes [1].name = #f2; \
301 pes [1].data = &entry->f2; \
302 pes [1].color = index_color(1, num_nums, match_indices); \
303 pes [2].type = t3; \
304 pes [2].name = #f3; \
305 pes [2].data = &entry->f3; \
306 pes [2].color = index_color(2, num_nums, match_indices); \
312 PrintEntry pes [4] G_GNUC_UNUSED; \
313 pes [0].type = t1; \
314 pes [0].name = #f1; \
315 pes [0].data = &entry->f1; \
316 pes [0].color = index_color(0, num_nums, match_indices); \
317 pes [1].type = t2; \
318 pes [1].name = #f2; \
319 pes [1].data = &entry->f2; \
320 pes [1].color = index_color(1, num_nums, match_indices); \
321 pes [2].type = t3; \
322 pes [2].name = #f3; \
323 pes [2].data = &entry->f3; \
324 pes [2].color = index_color(2, num_nums, match_indices); \
325 pes [3].type = t4; \
326 pes [3].name = #f4; \
327 pes [3].data = &entry->f4; \
328 pes [3].color = index_color(3, num_nums, match_indices); \
334 PrintEntry pes [5] G_GNUC_UNUSED; \
335 pes [0].type = t1; \
336 pes [0].name = #f1; \
337 pes [0].data = &entry->f1; \
338 pes [0].color = index_color(0, num_nums, match_indices); \
339 pes [1].type = t2; \
340 pes [1].name = #f2; \
341 pes [1].data = &entry->f2; \
342 pes [1].color = index_color(1, num_nums, match_indices); \
343 pes [2].type = t3; \
344 pes [2].name = #f3; \
345 pes [2].data = &entry->f3; \
346 pes [2].color = index_color(2, num_nums, match_indices); \
347 pes [3].type = t4; \
348 pes [3].name = #f4; \
349 pes [3].data = &entry->f4; \
350 pes [3].color = index_color(3, num_nums, match_indices); \
351 pes [4].type = t5; \
352 pes [4].name = #f5; \
353 pes [4].data = &entry->f5; \
354 pes [4].color = index_color(4, num_nums, match_indices); \
360 PrintEntry pes [6] G_GNUC_UNUSED; \
361 pes [0].type = t1; \
362 pes [0].name = #f1; \
363 pes [0].data = &entry->f1; \
364 pes [0].color = index_color(0, num_nums, match_indices); \
365 pes [1].type = t2; \
366 pes [1].name = #f2; \
367 pes [1].data = &entry->f2; \
368 pes [1].color = index_color(1, num_nums, match_indices); \
369 pes [2].type = t3; \
370 pes [2].name = #f3; \
371 pes [2].data = &entry->f3; \
372 pes [2].color = index_color(2, num_nums, match_indices); \
373 pes [3].type = t4; \
374 pes [3].name = #f4; \
375 pes [3].data = &entry->f4; \
376 pes [3].color = index_color(3, num_nums, match_indices); \
377 pes [4].type = t5; \
378 pes [4].name = #f5; \
379 pes [4].data = &entry->f5; \
380 pes [4].color = index_color(4, num_nums, match_indices); \
381 pes [5].type = t6; \
382 pes [5].name = #f6; \
383 pes [5].data = &entry->f6; \
384 pes [5].color = index_color(5, num_nums, match_indices); \
403 print_entry_content (pes_size, pes, color_output);