Home
last modified time | relevance | path

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

/trueos/contrib/byacc/test/
HDgrammar.y187 typedef struct declarator_list { struct
188 Declarator *first; /* pointer to first declarator in list */
189 Declarator *last; /* pointer to last declarator in list */
/trueos/contrib/byacc/test/yacc/
HDgrammar.tab.c217 typedef struct declarator_list { struct
218 Declarator *first; /* pointer to first declarator in list */
219 Declarator *last; /* pointer to last declarator in list */
/trueos/contrib/byacc/test/btyacc/
HDgrammar.tab.c237 typedef struct declarator_list { struct
238 Declarator *first; /* pointer to first declarator in list */
239 Declarator *last; /* pointer to last declarator in list */