Lines Matching +full:y +full:- +full:rc
9 REGRESSION_TEST(`bcb', `sed s/X/$(jot -n -bx -s "" 2043)\\\\zz/ <${SRCDIR}/regress.in')
10 REGRESSION_TEST(`y', `echo -n foo | sed y/o/O/')
34 rc=0
38 jot -w "l${n}_%d" 9 | tee lines.in.$n lines._in.$n | \
46 sed -i "" "$expr" $ins
47 sed -I "" "$expr" $_ins
50 diff -u lines.out.$n lines.in.$n || rc=1
52 cat $_ins | diff -u lines.out - || rc=1
53 rm -f $ins $outs $_ins lines.out
55 return $rc
70 REGRESSION_TEST(`hanoi', `echo ":abcd: : :" | sed -f ${SRCDIR}/hanoi.sed')
71 REGRESSION_TEST(`math', `echo "4+7*3+2^7/3" | sed -f ${SRCDIR}/math.sed')