Mercurial > hg > CbC > old > device
comparison conv_func.tbl @ 134:7a55819b0482
*** empty log message ***
author | kono |
---|---|
date | Sat, 03 May 2003 15:27:00 +0900 |
parents | |
children | cef4d8eb9a26 |
comparison
equal
deleted
inserted
replaced
133:7d436c08e949 | 134:7a55819b0482 |
---|---|
1 void conv_() ; | |
2 void noconv_(int f) ; | |
3 void comment_(int f) ; | |
4 void open_(char *s) ; | |
5 void print_(char *s) ; | |
6 void close_() ; | |
7 void case_(int cases,int def); | |
8 void case_begin_(); | |
9 void code_(NMTBL *fnptr); | |
10 void code_end_(); | |
11 void comma_(); | |
12 void cond_(); | |
13 void cond1_(); | |
14 void cond2_(); | |
15 void cond_end_(); | |
16 void decl_data_begin_(); | |
17 void decl_data_end_(); | |
18 void def_(NMTBL *n); | |
19 void dowhile_(); | |
20 void dowhile_cond_(); | |
21 void dowhile_end_(); | |
22 int error_(int n); | |
23 void extern_(); | |
24 void for_(); | |
25 void for1_(); | |
26 void for2_(); | |
27 void for_body_(); | |
28 void for_end_(); | |
29 void funcall_(int type); | |
30 void funcall_args_(); | |
31 void function_(NMTBL *n,int cont); | |
32 void function_end_(); | |
33 void goto_(); | |
34 void goto_label_(); | |
35 void id_(int sy,NMTBL *nptr); | |
36 void string_(char *s); | |
37 void const_(int symval); | |
38 void return_f_(); | |
39 void defined_(char *p); | |
40 void environment_(); | |
41 void if_(); | |
42 void if_else_(); | |
43 void if_endif_(); | |
44 void if_then_(); | |
45 void jump_(int env); | |
46 void label_(); | |
47 void lbra_(int sym); | |
48 void lc_(); | |
49 void localvar_end_(); | |
50 void lpar_(); | |
51 void op_(int sym); | |
52 void postfix_(int sym); | |
53 void prefix_(int sym); | |
54 void rbra_(int sym); | |
55 void rc_(); | |
56 void register_(); | |
57 void return_(); | |
58 void return_end_(); | |
59 void return_type_(int t,NMTBL *n,int cont); | |
60 void rpar_(); | |
61 void sm_(); | |
62 void static_(); | |
63 void switch_(); | |
64 void switch_body_(); | |
65 void switch_end_(); | |
66 void typedef_(); | |
67 void while_(); | |
68 void while_body_(); | |
69 void while_end_(); | |
70 void decl_data_(); | |
71 void break_(); | |
72 void continue_(); | |
73 void sdecl_(int f); |