Home
last modified time | relevance | path

Searched refs:YYPATCH (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/byacc/
H A Dyaccpar.c26 #ifdef YYPATCH
27 CONCAT1("#define YYPATCH ", YYPATCH),
H A Dbtyaccpar.c26 #ifdef YYPATCH
27 CONCAT1("#define YYPATCH ", YYPATCH),
H A Dskel2c20 printf "#ifdef YYPATCH\n";
21 printf " CONCAT1(\"#define YYPATCH \", YYPATCH),\n";
H A Ddefs.h26 #ifdef YYPATCH
27 #define VSTRING(a,b) CONCAT2(a,b) CONCAT1(" ",YYPATCH)
H A DCHANGES1039 use a better renaming of the YYPATCH definition (none of the test-cases rely
1081 YYPATCH #define's to make test-outputs easier to compare #line's (report
2806 filter out lines with YYPATCH, since that will change with each update
2816 add YYPATCH here so it can be tested by applications.
2820 YYPATCH symbols.
2827 the VERSION file holds the patch-date. Define YYPATCH, so this will be
/freebsd-13.1/usr.bin/yacc/
H A DMakefile16 YYPATCH!= cat ${BYACC_SRC}/VERSION
17 CFLAGS+= -DYYPATCH=${YYPATCH}
/freebsd-13.1/usr.bin/lex/
H A Dinitparse.c8 #define YYPATCH 20200330 macro