Searched refs:RE2C (Results 1 – 12 of 12) sorted by relevance
8 if [ -z $RE2C ]; then9 RE2C="re2c"12 STD="make -f Makefile.frag RE2C='$RE2C' RE2C_FLAGS='-i' YACC='$YACC' srcdir=Zend builddir=Zend top_…
10 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_la…21 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_in…
2174 AC_CHECK_PROG(RE2C, re2c, re2c)2175 if test -n "$RE2C"; then2177 re2c_vernum=`$RE2C --vernum 2>/dev/null`2181 php_cv_re2c_version="`$RE2C --version | cut -d ' ' -f 2 2>/dev/null` (ok)"2188 RE2C="exit 0;"2191 PHP_SUBST(RE2C)
3 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standar…6 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/…
35 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt $(srcdir)/zend_language_scanner_…47 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt $(srcdir)/zend_ini_scanner_defs.…
10 …(cd $(top_srcdir); $(RE2C) --no-generation-date -o ext/pdo/pdo_sql_parser.c ext/pdo/pdo_sql_parser…
24 RE2C="$(RE2C)" macro36 !if $(RE2C) == ""56 !if $(RE2C) != ""58 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZ…61 …$(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_language_scanner_defs.…
55 RE2C = PATH_PROG('re2c');56 if (RE2C) {60 RE2CVERS = probe_binary(RE2C, "version");67 STDOUT.WriteLine('WARNING: The minimum RE2C version requirement is ' + MINRE2C);69 DEFINE('RE2C', '');
29 RE2C=re2c.exe
56 RE2C = PATH_PROG('re2c');57 if (RE2C) {61 RE2CVERS = probe_binary(RE2C, "version");68 STDOUT.WriteLine('WARNING: The minimum RE2C version requirement is ' + MINRE2C);70 DEFINE('RE2C', '');
17 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -cbdFo $(srcdir)/phpdbg_lexer.c $(s…
2 …@(cd $(top_srcdir); $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_pa…
Completed in 22 milliseconds