Lines Matching refs:f

365 	io.open(output, "w"): f
367 f.print(GEN_HEADER1 +~ input +~ GEN_HEADER2);
371 f.print(GEN_LABEL_EXTERN1 +~ label +~ GEN_LABEL_EXTERN2);
374 f.print(GEN_NAME_EXTERN1 +~ name +~ GEN_NAME_EXTERN2);
378 f.print(GEN_IFDEF1 +~ def +~ GEN_IFDEF2);
383 f.print(GEN_LABEL1 +~ label +~ GEN_LABEL2 +~ name +~ GEN_LABEL3);
386 f.print(GEN_NAME1 +~ name +~ GEN_NAME2);
491 f.print("\t");
497 f.print(val);
505 f.print("\n");
515 f.print(" ");
519 f.print("0\n};\n");
523 f.print(GEN_ENDIF1 +~ def +~ GEN_ENDIF2);
857 sed -n -f @(path.join(root_testdir, "script.sed"))
1018 io.open(exp_path, "w"): f
1020 f.print("3\n2\n1\n");
1116 res := $ %(config_list["args"]) %(config_list["options"]) -e "1+1" -f-
1128 res := $ %(config_list["args"]) %(config_list["options"]) -e "1+1" -f-
1129 -f @(path.join(testdir, "decimal.txt")) << $halt;
1168 for f: find_src_ext(errors_dir, "txt")
1171 if calc == "bc" && f contains "33.txt" &&
1177 test sym(f): bin
1290 io.open(redefine_exp, "w"): f
1292 f.print("5\n0\n");
1368 res := $ %(config_list["args"]) -f $src_test_file << @("halt\n");
1381 res := $ %(config_list["args"]) -f $src_test_file << @("halt\n");
1396 res := $ %(config_list["args"]) -f $src_test_file << @("halt\n");
1411 res := $ %(config_list["args"]) -f $src_test_file << @("halt\n");
1425 res := $ %(config_list["args"]) -f $src_test_file << @("halt\n");
1466 io.open(results, "w"): f
1468 f.print("0\n");
1483 io.open(results, "w"): f
1485 f.print("1\n");
1498 io.open(path.join(testdir, OTHER_LINE_LEN_RESULTS_NAME), "w"): f
1500 f.print(other_tests_results[0] +~ "\n");
1503 io.open(path.join(testdir, OTHER_LINE_LEN70_RESULTS_NAME), "w"): f
1505 f.print(other_tests_results[1] +~ "\n");
1550 io.open(output_file, "w"): f
1552 f.print(results +~ results +~ results +~ results);
1555 res := $ %(config_list["args"]) -e $input -f $input_file
1576 io.open(output_file, "w"): f
1578 f.print(results +~ results +~ results +~ results);
1612 io.open(results, "w"): f
1614 f.print("0\n");
1654 io.open(expected_file, "w"): f
1656 f.print(expected);
1676 res := $ %(config_list["args"]) -f
1718 res := $ %(config_list["args"]) -f;
1770 io.open(output_file, "w"): f
1772 f.print(output);
1828 io.open(path.join(testdir, OTHER_MATHLIB_SCALE_RESULTS_NAME), "w"): f
1830 f.print("100\n");