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

浏览源代码.

宏定义

#define INC_HASH_H
 

函数

void hash_var_init ()
 [#257] 更多...
 
void hash_init_once ()
 [#258] 更多...
 
StrNumber get_text (size_t x)
 
void set_text (size_t x, StrNumber s)
 
StrNumber fontidtext (InternalFontNumber x)
 [#256] a frozen font identifier’s name 更多...
 
void set_fontidtext (InternalFontNumber x, StrNumber s)
 
HalfWord idlookup_p (ASCIICode buf_ptr[], Integer len, Boolean no_new_cs)
 [#259] search the hash table. 更多...
 
void print_cs (long p)
 [#262] prints a purported control sequence. 更多...
 
void sprint_cs (Pointer p)
 [#263]: prints a control sequence. 更多...
 
void primitive (StrNumber s, QuarterWord c, HalfWord o)
 [p105#264] 更多...
 

变量

TwoHalves hash [UNDEFINED_CONTROL_SEQUENCE - HASH_BASE]
 [#256] 更多...
 
Pointer hash_used
 
Integer cs_count
 

宏定义说明

◆ INC_HASH_H

#define INC_HASH_H