• Home
  • Raw
  • Download

Lines Matching refs:out

33    out=""                       # intermediate, preprocessed, file
86 out == "" {
101 print "PREPROCESSED" >out
120 print "version =", version >out
167 print >out
207 print comment $0, cend >out
209 print start end >out
222 print comment, version, cend >out
232 print comment, $2, cend >out
233 print comment, "Machine generated file: DO NOT EDIT", cend >out
235 print comment, "Derived from:", $3, cend >out
238 print start "#ifndef", protect end >out
239 print start "#define", protect end >out
405 …t "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff >out
406 …"option WRITE_" opt, "requires WRITE_ANCILLARY_CHUNKS" reqwrite, "enables", opt enables, onoff >out
476 print "#ifdef PNG_" $3 >out
478 print "# define PNG_" $2 >out
480 print "# define PNG_" $2 "_SUPPORTED" >out
481 print "#endif" >out
492 print >out
529 print "deb =", deb >out
531 print "everything =", everything >out
533 print "logunsupported =", logunsupported >out
547 print "" >out
548 print "/* OPTIONS */" >out
549 print comment, "options", cend >out
630 print "PNG_DFN_START_SORT 2" >out
666 print "" >out
667 print "/* option:", i, option[i] >out
668 print " * requires: " requires[i] >out
669 print " * if: " iffs[i] >out
670 print " * enabled-by:" enabledby[i] >out
671 print " * sets: " sets[i], "*/" >out
672 print "#undef PNG_on" >out
673 print "#define PNG_on 1" >out
678 print "#ifndef PNG_" r[j] "_SUPPORTED" >out
679 print "# undef PNG_on /*!" r[j] "*/" >out
684 print error, i, "requires", r[j] end >out
686 print "#endif" >out
692 print "#undef PNG_no_if" >out
695 print "/* if" iffs[i], "*/" >out
696 print "#define PNG_no_if 1" >out
698 print "#ifdef PNG_" r[j] "_SUPPORTED" >out
699 print "# undef PNG_no_if /*" r[j] "*/" >out
700 print "#endif" >out
702 print "#ifdef PNG_no_if /*missing if*/" >out
703 print "# undef PNG_on" >out
708 print error, i, "needs one of:", iffs[i] end >out
710 print "#endif" >out
713 print "#ifdef PNG_on /*requires, if*/" >out
715 print "# undef PNG_not_enabled" >out
716 print "# define PNG_not_enabled 1" >out
717 print " /* enabled by" enabledby[i], "*/" >out
720 print "#ifdef PNG_" r[j] "_SUPPORTED" >out
721 print "# undef PNG_not_enabled /*" r[j] "*/" >out
725 print error, i, "enabled by:", r[j] end >out
727 print "#endif" >out
730 print "# ifndef PNG_" i "_SUPPORTED /*!command line*/" >out
731 print "# ifdef PNG_not_enabled /*!enabled*/" >out
736 print "# undef PNG_on /*default off*/" >out
738 print "# ifdef PNG_NO_" i >out
739 print "# undef PNG_on /*turned off*/" >out
740 print "# endif" >out
741 print "# ifdef PNG_NO_" i "_SUPPORTED" >out
742 print "# undef PNG_on /*turned off*/" >out
743 print "# endif" >out
745 print "# endif /*!enabled*/" >out
746 print "# ifdef PNG_on" >out
749 print "# define PNG_" i "_SUPPORTED" >out
750 print "# endif" >out
751 print "# endif /*!command line*/" >out
754 print "# ifdef PNG_on" >out
756 … print error, i, "is on: enabled by:" iffs[i] enabledby[i] ", requires" requires[i] end >out
758 print def i sup >out
762 print "# ifdef PNG_set_" r[j] >out
764 print error, i, "sets", r[j] ": duplicate setting" end >out
765 print error, " previous value: " end "PNG_set_" r[j] >out
766 print "# else" >out
771 print "# define PNG_set_" r[j], setval[i " " r[j]] >out
772 print "# endif" >out
775 print "# endif /* definition */" >out
776 print "#endif /*requires, if*/" >out
778 print "#ifndef PNG_on" >out
780 print und i une >out
783 … print error, i, "not enabled: requires:" requires[i] ", enabled by:" iffs[i] enabledby[i] end >out
785 print "#endif" >out
804 print "PNG_DFN_END_SORT" >out
805 print comment, "end of options", cend >out
811 print "" >out
812 print "/* SETTINGS */" >out
813 print comment, "settings", cend >out
815 print "PNG_DFN_START_SORT 2" >out
844 print "" >out
845 print "/* setting: ", i >out
846 print " * requires:" setting[i] >out
847 print " * default: ", defaults[i] deflt, "*/" >out
850 print "#ifndef PNG_" r[j] "_SUPPORTED" >out
852 print "#ifndef PNG_" r[j] >out
853 print error, i, "requires", r[j] end >out
854 print "# endif" >out
862 print "#ifdef PNG_" i >out
864 print def i, subs "PNG_" i sube end >out
865 print "#else /* use default */" >out
866 print "# ifdef PNG_set_" i >out
868 print def i, subs "PNG_set_" i sube end >out
870 print "# define PNG_" i, "1" >out
872 print "# else /*default*/" >out
873 print def i deflt end >out
874 print "# define PNG_" i, "1" >out
876 print "# endif /* defaults */" >out
877 print "#endif /* setting", i, "*/" >out
891 print "PNG_DFN_END_SORT" >out
892 print comment, "end of settings", cend >out
896 print start "#endif", "/*", protect, "*/" end >out