Home | History | Annotate | Download | only in test

Lines Matching refs:YACC

19 			-e "s%$YACC_escaped%YACC%" \
20 -e "s%^yacc\>%YACC%" \
21 -e "s%YACC:.*option.*$%YACC: error message%" \
22 -e "s%yacc:.*option.*$%YACC: error message%" \
23 -e "s%^Usage: yacc\>%Usage: YACC%" \
29 -e 's,\(YACC:.* line [0-9][0-9]* of "\)'"$TEST_DIR/"',\1./,' \
53 $YACC "$@" >"$ROOT.output" 2>"$ROOT.error"
72 $YACC -o "$ROOT.$code" $opts <$1 >"$ROOT.output" 2>"$ROOT.error"
74 $YACC -o "$ROOT.$code" $opts $1 >"$ROOT.output" 2>"$ROOT.error"
97 $YACC $opts -H "$ROOT.$head" $1 >"$ROOT.output" 2>"$ROOT.error"
125 YACC=$PROG_DIR/yacc
126 YACC_escaped=`echo "$PROG_DIR/yacc" | sed -e 's/\./\\\./g'`
134 REF_DIR=${TEST_DIR}/yacc
270 $YACC $OPTS $opt2 -v -d $output $prefix -b "$ROOT${opt2}" "$input" 2>"$error"