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