TeX in C
Explore TeX with modern c compiler.
|
宏定义 | |
#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. 更多... | |
#define INC_DUMP_H |
[#1299] Dumping and undumping the tables.