Searched refs:decl3 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_parse.y177 decl2 : decl3
178 | decl3 LB RB ={ $$ = n_cons (LB, $1, 0); }
179 | decl3 LB STAR RB ={ $$ = n_cons (LB, $1, 0); }
180 | decl3 LB INTEGER RB ={ $$ = n_cons (LB, $1, $3); }
183 decl3 : IDENTIFIER label

Completed in 73 milliseconds