609
|
1 void expr_(int e) ;
|
134
|
2 void conv_() ;
|
|
3 void noconv_(int f) ;
|
|
4 void comment_(int f) ;
|
|
5 void open_(char *s) ;
|
|
6 void print_(char *s) ;
|
|
7 void close_() ;
|
|
8 void case_(int cases,int def);
|
|
9 void case_begin_();
|
|
10 void code_(NMTBL *fnptr);
|
|
11 void code_end_();
|
|
12 void comma_();
|
|
13 void cond_();
|
|
14 void cond1_();
|
|
15 void cond2_();
|
|
16 void cond_end_();
|
|
17 void decl_data_begin_();
|
|
18 void decl_data_end_();
|
|
19 void def_(NMTBL *n);
|
|
20 void dowhile_();
|
|
21 void dowhile_cond_();
|
609
|
22 void dowhile_end_(int cond);
|
134
|
23 int error_(int n);
|
|
24 void extern_();
|
|
25 void for_();
|
|
26 void for1_();
|
609
|
27 void for2_(int cond);
|
|
28 void for_body_(int conti);
|
|
29 void for_end_(int p0,int p1,int e);
|
134
|
30 void funcall_(int type);
|
609
|
31 void funcall_args_(int f,int t, int args);
|
134
|
32 void function_(NMTBL *n,int cont);
|
|
33 void function_end_();
|
|
34 void goto_();
|
|
35 void goto_label_();
|
|
36 void id_(int sy,NMTBL *nptr);
|
347
|
37 void string_(char *s,int len);
|
134
|
38 void const_(int symval);
|
|
39 void return_f_();
|
|
40 void defined_(char *p);
|
|
41 void environment_();
|
|
42 void if_();
|
|
43 void if_else_();
|
|
44 void if_endif_();
|
609
|
45 void if_then_(int cond);
|
134
|
46 void jump_(int env);
|
|
47 void label_();
|
|
48 void lbra_(int sym);
|
|
49 void lc_();
|
|
50 void localvar_end_();
|
|
51 void lpar_();
|
|
52 void op_(int sym);
|
|
53 void postfix_(int sym);
|
|
54 void prefix_(int sym);
|
|
55 void rbra_(int sym);
|
|
56 void rc_();
|
|
57 void register_();
|
|
58 void return_();
|
609
|
59 void return_end_(int e);
|
134
|
60 void return_type_(int t,NMTBL *n,int cont);
|
|
61 void rpar_();
|
|
62 void sm_();
|
|
63 void static_();
|
|
64 void switch_();
|
609
|
65 void switch_body_(int v);
|
|
66 void switch_end_(int cslist);
|
134
|
67 void typedef_();
|
564
|
68 void type_();
|
134
|
69 void while_();
|
609
|
70 void while_body_(int cond);
|
134
|
71 void while_end_();
|
|
72 void decl_data_();
|
|
73 void break_();
|
|
74 void continue_();
|
|
75 void sdecl_(int f);
|