Home
last modified time | relevance | path

Searched refs:RE2C (Results 1 – 15 of 15) sorted by relevance

/PHP-7.3/
H A Dgenfiles8 if [ -z $RE2C ]; then
9 RE2C="re2c"
12 STD="make -f Makefile.frag RE2C='$RE2C' RE2C_FLAGS='-i' YACC='$YACC' srcdir=Zend builddir=Zend top_…
H A DMakefile.frag9 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_la…
20 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_in…
H A Dacinclude.m42139 AC_CHECK_PROG(RE2C, re2c, re2c)
2140 if test -n "$RE2C"; then
2142 re2c_vernum=`$RE2C --vernum 2>/dev/null`
2146 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
2153 RE2C="exit 0;"
2156 PHP_SUBST(RE2C)
/PHP-7.3/ext/standard/
H A DMakefile.frag2 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer…
5 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c…
H A DMakefile.frag.w323 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_…
7 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_sc…
/PHP-7.3/ext/pdo/
H A DMakefile.frag12 $(RE2C) $(RE2C_FLAGS) --no-generation-date -o pdo_sql_parser.c pdo_sql_parser.re; \
14 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re; \
H A DMakefile.frag.w323 $(RE2C) $(RE2C_FLAGS) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser.re
/PHP-7.3/ext/phar/
H A DMakefile.frag.w323 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_che…
H A DMakefile.frag4 $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o phar_path_check.c phar_path_check.re; \
6 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_che…
/PHP-7.3/ext/json/
H A DMakefile.frag2 …$(RE2C) $(RE2C_FLAGS) -t $(srcdir)/php_json_scanner_defs.h --no-generation-date -bci -o $@ $(srcdi…
H A DMakefile.frag.w322 …$(RE2C) $(RE2C_FLAGS) -t ext/json/php_json_scanner_defs.h --no-generation-date -bci -o ext/json/js…
/PHP-7.3/Zend/
H A DMakefile.am36 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt $(srcdir)/zend_language_scanner_…
48 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt $(srcdir)/zend_ini_scanner_defs.…
/PHP-7.3/win32/build/
H A DMakefile23 RE2C="$(RE2C)" macro
63 !if $(RE2C) == ""
91 !if $(RE2C) != ""
93 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZ…
96 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_language_scanner_defs.…
99 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo sapi/phpdbg/phpdbg_lexer.c sapi/phpdbg/phpdbg_le…
H A Dconfutils.js3020 RE2C = PATH_PROG('re2c');
3021 if (RE2C) {
3022 var RE2CVERS = probe_binary(RE2C, "version");
/PHP-7.3/sapi/phpdbg/
H A DMakefile.frag17 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo sapi/phpdbg/phpdbg_lexer.c s…

Completed in 30 milliseconds