Lines Matching refs:blk
89 } blk; member
93 %type <blk> expr id nid pid term rterm qid
94 %type <blk> head
98 %type <blk> and or paren not null prog
145 and: AND { $$ = $<blk>0; }
147 or: OR { $$ = $<blk>0; }
151 $$.q = $<blk>0.q); }
154 nid: ID { $$.b = gen_scode($1, $$.q = $<blk>0.q); }
156 $$.q = $<blk>0.q); }
158 $$.q = $<blk>0.q); }
161 $$.q = $<blk>0.q;
174 $$.q = $<blk>0.q);
183 $$.q = $<blk>0.q);
189 | EID { $$.b = gen_ecode($1, $$.q = $<blk>0.q); }
192 not: '!' { $$ = $<blk>0; }
194 paren: '(' { $$ = $<blk>0; }
201 $$.q = $<blk>0.q); }