#!/usr/bin/perl -w while (<>) { next unless /CAIRO_TEST \((.*),/; # XXX Parse multi-line macro push @names, $1; } print <