TeX in C
Explore TeX with modern c compiler.
dump.h 文件参考
#include <stdio.h>
#include "global.h"
dump.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define INC_DUMP_H
 [#1299] Dumping and undumping the tables. 更多...
 

函数

void dump_init ()
 [#1300] 更多...
 
void dump_init_once ()
 [#1301] 更多...
 
void store_fmt_file (void)
 [455#1302]: Declare action procedures for use by main control 更多...
 
Boolean load_fmt_file (void)
 [#1303] Read dumps in. 更多...
 
void dump_wd (MemoryWord wd)
 [#1305] 更多...
 
void dump_int (Integer int_)
 
void dump_hh (TwoHalves hh)
 
void dump_qqqq (FourQuarters qqqq)
 
MemoryWord undump_wd ()
 [#1306] 更多...
 
Integer undump_int ()
 
TwoHalves undump_hh ()
 
FourQuarters undump_qqqq ()
 

变量

StrNumber format_ident
 
FILE * fmt_file
 [#1305] [G_var] for input or output of format information. 更多...
 

宏定义说明

◆ INC_DUMP_H

#define INC_DUMP_H

[#1299] Dumping and undumping the tables.