Lines Matching refs:opt

152   for opt in "" "-s" "-dfa" "-s -dfa"; do
153 ./pcretest -q $opt $testdata/testinputEBC >testtry
159 if [ "$opt" = "-s" ] ; then echo " OK with study"
160 elif [ "$opt" = "-dfa" ] ; then echo " OK using DFA"
161 elif [ "$opt" = "-s -dfa" ] ; then echo " OK using DFA with study"
425 for opt in "" "-s" $jitopt; do
426 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput1 testtry
432 if [ "$opt" = "-s" ] ; then echo " OK with study"
433 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
443 for opt in "" "-s" $jitopt; do
444 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput2 testtry
457 if [ "$opt" = "-s" ] ; then echo " OK with study"
458 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
506 for opt in "" "-s" $jitopt; do
507 $sim $valgrind ./pcretest -q $bmode $opt $infile testtry
513 if [ "$opt" = "-s" ] ; then echo " OK with study"
514 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
542 for opt in "" "-s" $jitopt; do
543 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput4 testtry
549 if [ "$opt" = "-s" ] ; then echo " OK with study"
550 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
562 for opt in "" "-s" $jitopt; do
563 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput5 testtry
569 if [ "$opt" = "-s" ] ; then echo " OK with study"
570 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
582 for opt in "" "-s" $jitopt; do
583 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput6 testtry
589 if [ "$opt" = "-s" ] ; then echo " OK with study"
590 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
604 for opt in "" "-s" $jitopt; do
605 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput7 testtry
611 if [ "$opt" = "-s" ] ; then echo " OK with study"
612 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
623 for opt in "" "-s"; do
624 $sim $valgrind ./pcretest -q $bmode $opt -dfa $testdata/testinput8 testtry
630 if [ "$opt" = "-s" ] ; then echo " OK with study" ; else echo " OK"; fi
639 for opt in "" "-s"; do
640 $sim $valgrind ./pcretest -q $bmode $opt -dfa $testdata/testinput9 testtry
646 if [ "$opt" = "-s" ] ; then echo " OK with study" ; else echo " OK"; fi
656 for opt in "" "-s"; do
657 $sim $valgrind ./pcretest -q $bmode $opt -dfa $testdata/testinput10 testtry
663 if [ "$opt" = "-s" ] ; then echo " OK with study" ; else echo " OK"; fi
682 for opt in "" "-s"; do
683 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput11 testtry
689 if [ "$opt" = "-s" ] ; then echo " OK with study" ; else echo " OK"; fi
737 for opt in "" "-s" $jitopt; do
738 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput14 testtry
744 if [ "$opt" = "-s" ] ; then echo " OK with study"
745 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
761 for opt in "" "-s" $jitopt; do
762 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput15 testtry
768 if [ "$opt" = "-s" ] ; then echo " OK with study"
769 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
785 for opt in "" "-s" $jitopt; do
786 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput16 testtry
792 if [ "$opt" = "-s" ] ; then echo " OK with study"
793 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
807 for opt in "" "-s" $jitopt; do
808 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput17 testtry
814 if [ "$opt" = "-s" ] ; then echo " OK with study"
815 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
831 for opt in "" "-s" $jitopt; do
832 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput18 testtry
838 if [ "$opt" = "-s" ] ; then echo " OK with study"
839 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
855 for opt in "" "-s" $jitopt; do
856 $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput19 testtry
862 if [ "$opt" = "-s" ] ; then echo " OK with study"
863 elif [ "$opt" = "-s+" ] ; then echo " OK with JIT study"
877 for opt in "" "-s"; do
878 $sim $valgrind ./pcretest -q $bmode $opt -dfa $testdata/testinput20 testtry
884 if [ "$opt" = "-s" ] ; then echo " OK with study"