HomeSort by: relevance | last modified time | path
    Searched refs:ifBTYACC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/byacc/dist/test/
run_lint.sh 17 ifBTYACC=`$FGREP -l 'define YYBTYACC' config.h > /dev/null; test $? != 0; echo $?`
19 if test "$ifBTYACC" = 0; then
run_make.sh 20 ifBTYACC=`$FGREP -l 'define YYBTYACC' config.h > /dev/null; test $? != 0; echo $?`
22 if test "$ifBTYACC" = 0; then
run_test.sh 131 ifBTYACC=`$FGREP -l 'define YYBTYACC' $PROG_DIR/config.h > /dev/null; test $? != 0; echo $?`
133 if test "$ifBTYACC" = 0; then
223 if test "$ifBTYACC" = 0; then continue; fi
251 if test "$ifBTYACC" = 0; then continue; fi

Completed in 32 milliseconds