TeX in C
Explore TeX with modern c compiler.
|
宏定义 | |
#define | closed 2 |
#define | justopen 1 |
函数 | |
Static void | strtoks_helper (ASCIICode t) |
Static HalfWord | strtoks (StrPoolPtr b) |
HalfWord | thetoks (void) |
static void | insthetoks (void) |
[#467] Here’s part of the expand subroutine / that we are now ready to complete. 更多... | |
static void | convtoks (void) |
[#470] The procedure conv toks uses str toks to insert the token list for convert functions into the scanner; \outer control sequences are allowed to follow \string and \meaning . 更多... | |
HalfWord | scantoks (Boolean macrodef, Boolean xpand) |
void | build_token_init () |
[#481] 更多... | |
void | readtoks (long n, HalfWord r) |
[#482] constructs a token list like that for any macro definition, and makes cur val point to it. 更多... | |
变量 | |
FILE * | readfile [16] |
char | readopen [17] |
Static Pointer | tex_global_p |
#define closed 2 |
#define justopen 1 |
void build_token_init | ( | ) |
[#481]
|
static |
[#470] The procedure conv toks uses str toks to insert the token list for convert functions into the scanner; \outer
control sequences are allowed to follow \string
and \meaning
.
|
static |
[#467] Here’s part of the expand subroutine / that we are now ready to complete.
void readtoks | ( | long | n, |
HalfWord | r | ||
) |
[#482] constructs a token list like that for any macro definition, and makes cur val point to it.
Parameter r points to the control sequence that will receive this token list.
[#483] Input and store tokens from the next line of the file
[#484] Input for \\read
from the terminal.
[#485] Input the first line of read_file[m].
[#486] Input the next line of read_file[m].
Static HalfWord strtoks | ( | StrPoolPtr | b | ) |
HalfWord thetoks | ( | void | ) |
FILE* readfile[16] |
char readopen[17] |