Home
last modified time | relevance | path

Searched refs:fmt_file (Results 1 – 25 of 133) sorted by relevance

123456

/dports/textproc/sdf/sdf-2.001/bin/
H A Dfm2ps209 if ($fmt_file) {
211 "UseFormatsFrom $fmt_what \"$doc_file\" \"$fmt_file\"");
247 push(@batch, "Open \"$fmt_file\"") if $fmt_file;
250 push(@batch, "Quit \"$fmt_file\"") if $fmt_file;
H A Dsdfbatch209 if ($fmt_file) {
211 "UseFormatsFrom $fmt_what \"$doc_file\" \"$fmt_file\"");
247 push(@batch, "Open \"$fmt_file\"") if $fmt_file;
250 push(@batch, "Quit \"$fmt_file\"") if $fmt_file;
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatex.h60 # define DUMP_FILE fmt_file
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
H A Ddumpdata.w63 FILE *fmt_file; /* for input or output of format information */
110 while (!zopen_w_output(&fmt_file, fmtname, FOPEN_WBIN_MODE)) {
320 zwclose(fmt_file);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
H A Ddumpdata.w63 FILE *fmt_file; /* for input or output of format information */
110 while (!zopen_w_output(&fmt_file, fmtname, FOPEN_WBIN_MODE)) {
320 zwclose(fmt_file);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Ddumpdata.h26 extern FILE *fmt_file; /* for input or output of format information */
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch1325 if w_open_in(fmt_file) then goto found;
1328 if w_open_in(fmt_file) then goto found;
2096 @d dump_wd(#)==begin fmt_file^:=#; put(fmt_file);@+end
2097 @d dump_int(#)==begin fmt_file^.int:=#; put(fmt_file);@+end
2098 @d dump_hh(#)==begin fmt_file^.hh:=#; put(fmt_file);@+end
2099 @d dump_qqqq(#)==begin fmt_file^.qqqq:=#; put(fmt_file);@+end
2103 @d undump_wd(#)==begin get(fmt_file); #:=fmt_file^;@+end
2104 @d undump_int(#)==begin get(fmt_file); #:=fmt_file^.int;@+end
2105 @d undump_hh(#)==begin get(fmt_file); #:=fmt_file^.hh;@+end
2106 @d undump_qqqq(#)==begin get(fmt_file); #:=fmt_file^.qqqq;@+end
[all …]

123456