Home
last modified time | relevance | path

Searched defs:declarator_list (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/byacc/test/
H A Dgrammar.y188 typedef struct declarator_list { struct
189 Declarator *first; /* pointer to first declarator in list */
190 Declarator *last; /* pointer to last declarator in list */
/freebsd-src/contrib/byacc/test/yacc/
H A Dgrammar.tab.c218 typedef struct declarator_list { struct
219 Declarator *first; /* pointer to first declarator in list */
220 Declarator *last; /* pointer to last declarator in list */
/freebsd-src/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c238 typedef struct declarator_list { struct
239 Declarator *first; /* pointer to first declarator in list */
240 Declarator *last; /* pointer to last declarator in list */