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

/freebsd-13-stable/contrib/byacc/test/
H A Dgrammar.y165 typedef struct _Declarator {
174 struct _Declarator *head; /* head function declarator */
175 struct _Declarator *func_stack; /* stack of function declarators */
176 struct _Declarator *next; /* next declarator in list */
/freebsd-13-stable/contrib/byacc/test/yacc/
H A Dgrammar.tab.c195 typedef struct _Declarator { struct
204 struct _Declarator *head; /* head function declarator */
205 struct _Declarator *func_stack; /* stack of function declarators */
206 struct _Declarator *next; /* next declarator in list */
/freebsd-13-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c215 typedef struct _Declarator { struct
224 struct _Declarator *head; /* head function declarator */
225 struct _Declarator *func_stack; /* stack of function declarators */
226 struct _Declarator *next; /* next declarator in list */

Completed in 119 milliseconds