Searched refs:SCANNER (Results 1 – 5 of 5) sorted by relevance
3 if [ "x$SCANNER" = "x" ] ; then8 $SCANNER client-header --strict $1 /dev/null9 $SCANNER server-header --strict $1 /dev/null10 $SCANNER private-code --strict $1 /dev/null11 $SCANNER public-code --strict $1 /dev/null
158 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, typedef169 SCANNER scanners[XML_N_STATES];170 SCANNER literalScanners[XML_N_LITERAL_TYPES];
156 typedef int (PTRCALL *SCANNER)(const ENCODING *, typedef168 SCANNER scanners[XML_N_STATES];169 SCANNER literalScanners[XML_N_LITERAL_TYPES];
53 AM_TESTS_ENVIRONMENT = SCANNER='$(wayland_scanner)'; export SCANNER;