Home | History | Annotate | Download | only in pcre

Lines Matching refs:newline

355   (cd $srcdir; $valgrind $pcregrep -n -u --newline=any "^X" ./testdata/grepinput8) >>testtry
359 (cd $srcdir; $valgrind $pcregrep -n -u -C 3 --newline=any "Match" ./testdata/grepinput8) >>testtry
371 # newline settings will work in environments where the normal newline sequence
377 echo "Testing pcregrep newline settings"
384 $valgrind $pcregrep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinput >>testtry
388 $valgrind $pcregrep -n --newline=cr -F "$pattern" testNinput >>testtry
392 $valgrind $pcregrep -n --newline=crlf -F "$pattern" testNinput >>testtry
395 $valgrind $pcregrep -n --newline=any "^(abc|def|ghi|jkl)" testNinput >>testtry
398 $valgrind $pcregrep -n --newline=anycrlf "^(abc|def|ghi|jkl)" testNinput >>testtry