TeX in C
Explore TeX with modern c compiler.
tex_header.h 文件参考
#include <stdlib.h>
#include "global.h"
#include "tex_constant.h"
#include "tex.h"
#include "charset.h"
#include "error.h"
#include "mem.h"
#include "lexer.h"
#include "eqtb.h"
#include "hash.h"
#include "expand.h"
#include "scan.h"
#include "io.h"
#include "fonts.h"
#include "dviout.h"
#include "pack.h"
#include "mmode.h"
#include "align.h"
#include "hyphen.h"
#include "page.h"
#include "main_ctrl.h"
#include "dump.h"
#include "extension.h"
#include "str.h"
#include "box.h"
tex_header.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define INC_TEX_HEADER
 存放 tex.c 的头部。 导入库、其他模块,声明 tex.c 内部的变量 更多...
 

变量

jmp_buf _JMP_global__end_of_TEX
 [#1332] long jmp label 更多...
 
jmp_buf _JMP_global__final_end
 [#1332] long jmp label 更多...
 

宏定义说明

◆ INC_TEX_HEADER

#define INC_TEX_HEADER

存放 tex.c 的头部。 导入库、其他模块,声明 tex.c 内部的变量

变量说明

◆ _JMP_global__end_of_TEX

jmp_buf _JMP_global__end_of_TEX

[#1332] long jmp label

◆ _JMP_global__final_end

jmp_buf _JMP_global__final_end

[#1332] long jmp label