Searched refs:yyyOxAttrbs (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/byacc/test/ |
H A D | expr.oxout.y | 30 %type <yyyOxAttrbs> yyyAugNonterm 32 struct yyyOxAttrbs { struct 34 } yyyOxAttrbs; member 48 struct yyyOxAttrbs; /* hack required to compensate for 'msta' behavior */ 49 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxA… 50 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *… 67 yyyDecorate(); yyyExecuteRRsection($<yyyOxAttrbs>2.yyyOxStackItem->node); 74 yyyGenIntNode(1,1,0,&$<yyyOxAttrbs>$,&$<yyyOxAttrbs>1); 75 yyyAdjustINRC(1,1,0,0,&$<yyyOxAttrbs>$,&$<yyyOxAttrbs>1);}} 81 yyyGenIntNode(2,3,0,&$<yyyOxAttrbs>$,&$<yyyOxAttrbs>1,&$<yyyOxAttrbs>2,&$<yyyOxAttrbs>3); [all …]
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | expr.oxout.tab.c | 121 struct yyyOxAttrbs { struct 123 } yyyOxAttrbs; member 137 struct yyyOxAttrbs; /* hack required to compensate for 'msta' behavior */ 138 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxA… 139 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *… 1028 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxA… in yyyGenIntNode() 1057 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode() 1072 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *… in yyyAdjustINRC() 1096 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC() 1157 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf() [all …]
|
H A D | expr.oxout.tab.h | 10 struct yyyOxAttrbs { struct 12 } yyyOxAttrbs; member
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | expr.oxout.tab.c | 141 struct yyyOxAttrbs { struct 143 } yyyOxAttrbs; member 157 struct yyyOxAttrbs; /* hack required to compensate for 'msta' behavior */ 158 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxA… 159 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *… 1178 void yyyGenIntNode(long yyyProdNum, int yyyRHSlength, int yyyNattrbs, struct yyyOxAttrbs *yyval_OxA… in yyyGenIntNode() 1207 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode() 1222 void yyyAdjustINRC(long yyyProdNum, int yyyRHSlength, long startP, long stopP, struct yyyOxAttrbs *… in yyyAdjustINRC() 1246 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC() 1307 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf() [all …]
|
H A D | expr.oxout.tab.h | 13 struct yyyOxAttrbs { struct 15 } yyyOxAttrbs; member
|