-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFUNDEFS.H
120 lines (120 loc) · 2.18 KB
/
FUNDEFS.H
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/* lists1.c lists2.c allofuns.c oblisfun.c parsechr.c strisave.c */
UINT getnextchar();
TOB sreadexpr();
BYTE *getoneline();
TOB readexpr();
TOB genread();
TOB genauxread();
TOB call_readmacro();
UINT isnumber();
TOB number_rm();
TOB octhex_rm();
TOB quote_rm();
TOB function_rm();
TOB comment_rm();
TOB zapline_rm();
TOB charquote_rm();
TOB stringquote_rm();
TOB value_rm();
TOB listend_rm();
TOB listbegin_rm();
TOB clistbegin_rm();
TOB make_dtpr();
TOB c_make_dtpr();
TOB symbol_rm();
TOB lowersymbol_rm();
TOB uppersymbol_rm();
TOB wordsymbol_rm();
TOB getnextstring();
TOB set_lineptr();
TOB read_next_to_string();
TOB setvalue();
TOB setplist();
TOB value();
TOB plist();
TOB setxbit();
TOB getxbit();
TOB xbitp();
TOB cons();
TOB make_longcell();
TOB reset_readmode();
TOB reset1readmode();
TOB reset_io_flags();
TOB free_cons();
TOB get_free_list();
TOB free_list();
BYTE *out_hex();
BYTE *out_char();
BYTE *out_bytepair();
TOB L_princ();
TOB L_prin1();
TOB L_print();
TOB L_terpri();
TOB print_longcell();
TOB prstat_stderr();
TOB ertzu();
TOB _inv1arg();
TOB _inv2arg();
UINT get_cs();
UINT get_ds();
UINT get_es();
UINT get_ss();
UINT get_offset_to_ss_segment();
TOB rplacx();
TOB prevcdr();
TOB caar();
TOB cadr();
TOB cdar();
TOB cddr();
TOB nconc();
TOB print();
TOB eprint();
TOB L_length();
TOB last();
TOB nthcdr();
TOB nth();
TOB qnthcdr();
TOB dsubst();
TOB idsubst();
TOB qnth();
TOB L_nconc();
TOB append();
TOB putlast();
TOB memq();
TOB listn();
TOB clistn();
TOB topcopy();
TOB ctopcopy();
TOB movelist();
TOB L_delnth();
TOB deepdel();
TOB nreverse();
TOB reverse();
TOB attach();
TOB L_maprplaca();
TOB mempred();
TOB L_list_insert();
TOB nthmemq();
TOB new_string();
TOB clistsave();
TOB tobvec_to_clist();
TOB L_new_clist();
TOB symbolsave();
BYTE *myalloc();
BYTE *chkmyalloc();
TOB consfalloc();
UINT hash();
TOB getnextbucket();
TOB lookup();
TOB handle_abbr_et_wildcards();
TOB intern();
TOB findsymbols();
BYTE *parse_char();
UINT hextoi();
UINT octoi();
UINT ibm_scand2asc();
UINT asc_scand2ibm();
TOB stringsave();
TOB temp_stringsave();
TOB _string_save();
TOB free_string();