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

/freebsd-current/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.h13 struct yyyOxAttrbs { struct in union:YYSTYPE
15 } yyyOxAttrbs; member in union:YYSTYPE
H A Dexpr.oxout.tab.c141 struct yyyOxAttrbs { struct in union:YYSTYPE
143 } yyyOxAttrbs; member in union:YYSTYPE
157 struct yyyOxAttrbs; /* hack required to compensate for 'msta' behavior */
158 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxAttrbs, ...);
159 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *yyval_OxAttrbs, ...);
1178 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxAttrbs, ...)
1207 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem;
1222 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *yyval_OxAttrbs, ...)
1246 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem;
1307 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs
[all...]
/freebsd-current/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.h10 struct yyyOxAttrbs { struct in union:YYSTYPE
12 } yyyOxAttrbs; member in union:YYSTYPE
H A Dexpr.oxout.tab.c121 struct yyyOxAttrbs { struct in union:YYSTYPE
123 } yyyOxAttrbs; member in union:YYSTYPE
137 struct yyyOxAttrbs; /* hack required to compensate for 'msta' behavior */
138 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxAttrbs, ...);
139 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *yyval_OxAttrbs, ...);
1028 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxAttrbs, ...)
1057 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem;
1072 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *yyval_OxAttrbs, ...)
1096 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem;
1157 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs
[all...]
/freebsd-current/contrib/byacc/test/
H A Dexpr.oxout.y30 %type <yyyOxAttrbs> yyyAugNonterm
32 struct yyyOxAttrbs {
34 } yyyOxAttrbs;
48 struct yyyOxAttrbs; /* hack required to compensate for 'msta' behavior */
49 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxAttrbs, ...);
50 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *yyval_OxAttrbs, ...);
67 yyyDecorate(); yyyExecuteRRsection($<yyyOxAttrbs>2.yyyOxStackItem->node);
74 yyyGenIntNode(1,1,0,&$<yyyOxAttrbs>$,&$<yyyOxAttrbs>1);
75 yyyAdjustINRC(1,1,0,0,&$<yyyOxAttrbs>
[all...]

Completed in 73 milliseconds