Mercurial > hg > CbC > old > device
comparison conv_func.tbl @ 609:af6b9ae79583 udpcl
modificatioon for udpcl
author | kono |
---|---|
date | Thu, 16 Mar 2006 17:03:24 +0900 |
parents | 25f431685d80 |
children | c9a489ac3fc7 |
comparison
equal
deleted
inserted
replaced
608:c3ba27861c83 | 609:af6b9ae79583 |
---|---|
1 void expr_(int e) ; | |
1 void conv_() ; | 2 void conv_() ; |
2 void noconv_(int f) ; | 3 void noconv_(int f) ; |
3 void comment_(int f) ; | 4 void comment_(int f) ; |
4 void open_(char *s) ; | 5 void open_(char *s) ; |
5 void print_(char *s) ; | 6 void print_(char *s) ; |
16 void decl_data_begin_(); | 17 void decl_data_begin_(); |
17 void decl_data_end_(); | 18 void decl_data_end_(); |
18 void def_(NMTBL *n); | 19 void def_(NMTBL *n); |
19 void dowhile_(); | 20 void dowhile_(); |
20 void dowhile_cond_(); | 21 void dowhile_cond_(); |
21 void dowhile_end_(); | 22 void dowhile_end_(int cond); |
22 int error_(int n); | 23 int error_(int n); |
23 void extern_(); | 24 void extern_(); |
24 void for_(); | 25 void for_(); |
25 void for1_(); | 26 void for1_(); |
26 void for2_(); | 27 void for2_(int cond); |
27 void for_body_(); | 28 void for_body_(int conti); |
28 void for_end_(); | 29 void for_end_(int p0,int p1,int e); |
29 void funcall_(int type); | 30 void funcall_(int type); |
30 void funcall_args_(); | 31 void funcall_args_(int f,int t, int args); |
31 void function_(NMTBL *n,int cont); | 32 void function_(NMTBL *n,int cont); |
32 void function_end_(); | 33 void function_end_(); |
33 void goto_(); | 34 void goto_(); |
34 void goto_label_(); | 35 void goto_label_(); |
35 void id_(int sy,NMTBL *nptr); | 36 void id_(int sy,NMTBL *nptr); |
39 void defined_(char *p); | 40 void defined_(char *p); |
40 void environment_(); | 41 void environment_(); |
41 void if_(); | 42 void if_(); |
42 void if_else_(); | 43 void if_else_(); |
43 void if_endif_(); | 44 void if_endif_(); |
44 void if_then_(); | 45 void if_then_(int cond); |
45 void jump_(int env); | 46 void jump_(int env); |
46 void label_(); | 47 void label_(); |
47 void lbra_(int sym); | 48 void lbra_(int sym); |
48 void lc_(); | 49 void lc_(); |
49 void localvar_end_(); | 50 void localvar_end_(); |
53 void prefix_(int sym); | 54 void prefix_(int sym); |
54 void rbra_(int sym); | 55 void rbra_(int sym); |
55 void rc_(); | 56 void rc_(); |
56 void register_(); | 57 void register_(); |
57 void return_(); | 58 void return_(); |
58 void return_end_(); | 59 void return_end_(int e); |
59 void return_type_(int t,NMTBL *n,int cont); | 60 void return_type_(int t,NMTBL *n,int cont); |
60 void rpar_(); | 61 void rpar_(); |
61 void sm_(); | 62 void sm_(); |
62 void static_(); | 63 void static_(); |
63 void switch_(); | 64 void switch_(); |
64 void switch_body_(); | 65 void switch_body_(int v); |
65 void switch_end_(); | 66 void switch_end_(int cslist); |
66 void typedef_(); | 67 void typedef_(); |
67 void type_(); | 68 void type_(); |
68 void while_(); | 69 void while_(); |
69 void while_body_(); | 70 void while_body_(int cond); |
70 void while_end_(); | 71 void while_end_(); |
71 void decl_data_(); | 72 void decl_data_(); |
72 void break_(); | 73 void break_(); |
73 void continue_(); | 74 void continue_(); |
74 void sdecl_(int f); | 75 void sdecl_(int f); |