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

/netbsd-current/external/bsd/byacc/dist/test/
H A Derr_inherit1.y7 typedef enum {tREAL, tINTEGER} type;
62 type : REAL { $$ = tREAL; }
H A Dinherit1.y7 typedef enum {tREAL, tINTEGER} type;
55 type : REAL { $$ = tREAL; }
H A Dbtyacc_destroy1.y9 typedef enum {tREAL, tINTEGER} type;
73 type : REAL { $$ = tREAL; }
H A Dbtyacc_destroy2.y9 typedef enum {tREAL, tINTEGER} type;
73 type : REAL { $$ = tREAL; }
H A Dbtyacc_destroy3.y12 typedef enum {tREAL, tINTEGER} type;
76 type : REAL { $$ = tREAL; }
H A Derr_inherit4.y8 typedef enum {tREAL, tINTEGER} type;
64 type : REAL { $$ = tREAL; }
H A Derr_inherit2.y7 typedef enum {tREAL, tINTEGER} type;
62 type : REAL { $$ = tREAL; }
H A Derr_inherit3.y7 typedef enum {tREAL, tINTEGER} type;
62 type : REAL { $$ = tREAL; }
H A Derr_inherit5.y7 typedef enum {tREAL, tINTEGER} type;
62 type : REAL { $$ = tREAL; }
H A Dinherit2.y7 typedef enum {tREAL, tINTEGER} type;
62 type : REAL { $$ = tREAL; }
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dbtyacc_destroy1.tab.c126 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon11
1210 { yyval.tval = tREAL; }
H A Dbtyacc_destroy3.tab.c126 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon19
1210 { yyval.tval = tREAL; }
H A Dbtyacc_destroy2.tab.c126 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon15
1210 { yyval.tval = tREAL; }
H A Dinherit2.tab.c126 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon65
1169 { yyval.tval = tREAL; }
H A Dinherit1.tab.c126 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon61
1106 { yyval.tval = tREAL; }
H A Derr_inherit4.tab.c134 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon44
1168 { yyval.tval = tREAL; }
H A Derr_inherit3.tab.c126 typedef enum {tREAL, tINTEGER} type; enumerator in enum:__anon40
1170 { yyval.tval = tREAL; }

Completed in 388 milliseconds