Lines Matching +full:a +full:- +full:z0 +full:- +full:9

5 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
8 #include <xorg-config.h>
24 /* fb/Makefile.am -- module */
34 /* miext/shadow/Makefile.am -- module */
51 /* Xext/Makefile.am -- half is module, half is builtin */
71 /* hw/xfree86/int10/Makefile.am -- module */
77 /* hw/xfree86/i2c/Makefile.am -- "mostly" modules */
103 /* hw/xfree86/dri2/Makefile.am -- module */
110 /* hw/xfree86/vgahw/Makefile.am -- module */
116 /* hw/xfree86/fbdevhw/Makefile.am -- module */
157 /* hw/xfree86/shadowfb/Makefile.am -- module */
163 /* hw/xfree86/os-support/solaris/Makefile.am */
169 /* hw/xfree86/os-support/Makefile.am */
174 /* hw/xfree86/os-support/bus/Makefile.am */
188 /* hw/xfree86/vbe/Makefile.am -- module */
195 /* hw/xfree86/dri/Makefile.am -- module */
222 /* dbe/Makefile.am -- module */
228 /* exa/Makefile.am -- module */
299 #include "xserver-properties.h"
303 topdir=$(readlink -f $1)
307 ${CPP:-cpp} "$@" sdksyms.c > /dev/null || exit $?
308 ${CPP:-cpp} "$@" sdksyms.c | ${AWK:-awk} -v topdir=$topdir '
320 /^# [0-9]+ "/ {
324 # Only process text for sdk exports where the linemarker filename has a
332 cmd = "readlink -f " $3
358 while ($n == "" || $0 ~ /^# [0-9]+ "/) {
368 $n ~ /^[a-zA-Z0-9_]*\*$/) {
371 while ($n == "" || $0 ~ /^# [0-9]+ "/) {
376 # hack: pid_t becomes __pid_t on NetBSD, same for uint32_t -> __uint32_t.
382 while ($n == "" || $0 ~ /^# [0-9]+ "/) {
390 if ($n !~ /[^a-zA-Z0-9_]/)
395 n--;
399 if ($n ~ /^[^a-zA-Z0-9_]+$/)
404 if ($n ~ /^([^a-zA-Z0-9_]+)?const$/)
409 # possibly ending with a *
414 # indent may have inserted a blank link
423 sub(/^[^a-zA-Z0-9_]+/, "",symbol);
426 sub(/[^a-zA-Z0-9_].*/, "", symbol);
430 printf(" (void *) &%-50s /* %s:%s */\n", symbol ",", header, line);