Home
last modified time | relevance | path

Searched refs:MYFILE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/byacc/test/
H A Drun_test.sh93 rm -f $MYFILE.*
98 touch $MYFILE.y
103 test_flags no_b_opt1 -bBASE -o $MYFILE.c $MYFILE.y
108 test_flags no_p_opt1 -pBASE -o $MYFILE.c $MYFILE.y
113 test_flags no_graph -g -o $MYFILE.c $MYFILE.y
118 test_flags no_verbose -v -o $MYFILE.c $MYFILE.y
119 test_flags no_output -o $MYFILE.output $MYFILE.y
120 test_flags no_output1 -o$MYFILE.output $MYFILE.y
126 test_flags no_defines -d -o $MYFILE.c $MYFILE.y
131 test_flags no_include -i -o $MYFILE.c $MYFILE.y
[all …]
/freebsd-12.1/contrib/gcc/
H A Ddefaults.h67 #define ASM_OUTPUT_ASCII(MYFILE, MYSTRING, MYLENGTH) \ argument
69 FILE *_hide_asm_out_file = (MYFILE); \