-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLFUNDEFS.H
148 lines (148 loc) · 2.53 KB
/
LFUNDEFS.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/* lisp.c lispfuns.c lisp-io.c lists2lp.c lstrfuns.c */
void sighandler();
TOB eval();
TOB apply();
TOB funcall();
TOB eapply();
TOB gapply();
TOB quit();
TOB setq();
TOB reset();
TOB cond();
TOB L_if();
TOB and();
TOB or();
TOB L_while();
TOB L_return();
TOB eval_list();
TOB mapauxlist();
TOB mapc();
TOB mapcar();
TOB mapcan();
TOB LL_maprplaca();
TOB defun();
TOB pick_subst();
TOB handle_farglist();
TOB debug_info();
TOB gfp();
TOB prinx();
TOB set_max_args();
TOB fake();
TOB switch_compact_bit();
TOB L_subtype();
TOB L_setsubtype();
TOB pick();
TOB vplus();
TOB vtimes();
TOB L_atom();
TOB L_boundp();
TOB L_compactp();
TOB L_consp();
TOB L_endmarkp();
TOB L_equal();
TOB L_greaterp();
TOB L_lessp();
TOB L_intp();
TOB L_minusp();
TOB L_plusp();
TOB L_listp();
TOB L_neq();
TOB L_nilp();
TOB L_nonnilsymbolp();
TOB L_otherp();
TOB L_bcdp();
TOB L_portp();
TOB L_symbolp();
TOB L_stringp();
TOB L_gen_stringp();
TOB get_endmark();
UINT seconds_of_day();
ULI seconds_of_year();
ULI hsecs_of_year();
TOB L_daytime();
TOB L_seconds_of_day();
TOB L_hsecs();
TOB L_intran();
TOB L_setseed();
TOB L_intern();
TOB L_lookup();
TOB mem_free();
TOB mem_used();
TOB sub_while_plusp();
TOB dir();
TOB L_argv();
TOB L_getenv();
TOB shell();
TOB L_sleep();
TOB apropos();
TOB help();
TOB L_iscontinuous();
TOB infile();
TOB outfile();
TOB L_close();
TOB drain();
TOB L_spaces();
TOB L_read();
TOB readtostring();
TOB readline();
TOB tyi();
TOB tyipeek();
TOB tyo();
TOB load();
TOB L_nthcdr();
TOB L_nth();
TOB L_qnthcdr();
TOB L_qnth();
TOB L_rplacx();
TOB mcl();
TOB member();
TOB get();
TOB remprop();
TOB putprop();
TOB L_delete();
TOB L_delq();
TOB L_delete_if();
TOB L_delete_if_not();
TOB general_delete();
TOB fetch_char();
TOB set_char();
TOB L_strcpy();
TOB L_strncpy();
TOB L_strcat();
TOB L_strncat();
TOB L_strcmp();
TOB L_strncmp();
TOB L_strchr();
TOB L_strrchr();
TOB L_strlen();
TOB L_strdup();
TOB L_strequ();
TOB L_monostrequ();
TOB L_streq();
TOB L_monostreq();
TOB strmatchp();
TOB strmatchp2();
TOB strfmatchp();
TOB istrmatchp();
TOB L_convert_string();
TOB L_substchars();
TOB L_delchars();
TOB isalphap();
TOB isupperp();
TOB islowerp();
TOB isdigitp();
TOB isxdigitp();
TOB isalnump();
TOB isspacep();
TOB ispunctp();
TOB iscntrlp();
TOB isprintp();
TOB isgraphp();
TOB isasciip();
TOB isoctdigitp();
TOB L_tolower();
TOB L_toupper();
TOB L_ibm2sevenbit();
TOB L_sevenbit2ibm();
TOB setscandmode();
TOB strfmatchp();