TeX in C
Explore TeX with modern c compiler.
|
#include <string.h>
#include <stdlib.h>
#include "tex_constant.h"
#include "str.h"
#include "eqtb.h"
#include "io.h"
宏定义 | |
#define | MY_BUFSIZE 512 |
函数 | |
Boolean | initinc (int _not_use_) |
static void | env_to_path (char ***path, char **buf, char *env_var) |
int | PASCAL_MAIN (int argc, char **argv) |
static Boolean | a_open_in1 (char *name, char **path_lst, FILE **f) |
Boolean | open_fmt (FILE **fmt) |
[#524] 更多... | |
Boolean | a_open_in (FILE **f) |
Boolean | a_open_out (FILE **f) |
变量 | |
static int | pos = 0 |
static Boolean | in_c_flag = false |
Boolean | need_to_load_format = false |
static char | mybuff [MY_BUFSIZE] |
static char * | format_name |
static char ** | font_path |
static char * | font_path_buf |
static char ** | input_path |
static char * | input_path_buf |
static char ** | format_path |
static char * | format_path_buf |
static char * | font_path_default [] |
char * | p_path [] = {"", 0} |
#define MY_BUFSIZE 512 |
Boolean a_open_in | ( | FILE ** | f | ) |
|
static |
Boolean a_open_out | ( | FILE ** | f | ) |
|
static |
Boolean initinc | ( | int | _not_use_ | ) |
Boolean open_fmt | ( | FILE ** | fmt | ) |
[#524]
int PASCAL_MAIN | ( | int | argc, |
char ** | argv | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Boolean need_to_load_format = false |
char* p_path[] = {"", 0} |
|
static |