Home
last modified time | relevance | path

Searched refs:yyySIT (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y831 yyySIT **yyyOxStackItem = &yyval_OxAttrbs->yyyOxStackItem; in yyyGenIntNode()
835 *yyyOxStackItem = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenIntNode()
836 if (*yyyOxStackItem == (yyySIT *) NULL) in yyyGenIntNode()
858 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode()
875 yyySIT *yyyOxStackItem = yyval_OxAttrbs->yyyOxStackItem; in yyyAdjustINRC()
897 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC()
958 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf()
959 (*yyyOxStackItem) = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenLeaf()
960 if ((*yyyOxStackItem) == (yyySIT *) NULL) in yyyGenLeaf()
H A Dexpr.oxout.h39 } yyySIT; typedef
41 #define yyyRSitem yyySIT
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c1030 yyySIT **yyyOxStackItem = &yyval_OxAttrbs->yyyOxStackItem; in yyyGenIntNode()
1034 *yyyOxStackItem = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenIntNode()
1035 if (*yyyOxStackItem == (yyySIT *) NULL) in yyyGenIntNode()
1057 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode()
1074 yyySIT *yyyOxStackItem = yyval_OxAttrbs->yyyOxStackItem; in yyyAdjustINRC()
1096 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC()
1157 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf()
1158 (*yyyOxStackItem) = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenLeaf()
1159 if ((*yyyOxStackItem) == (yyySIT *) NULL) in yyyGenLeaf()
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c1180 yyySIT **yyyOxStackItem = &yyval_OxAttrbs->yyyOxStackItem; in yyyGenIntNode()
1184 *yyyOxStackItem = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenIntNode()
1185 if (*yyyOxStackItem == (yyySIT *) NULL) in yyyGenIntNode()
1207 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyGenIntNode()
1224 yyySIT *yyyOxStackItem = yyval_OxAttrbs->yyyOxStackItem; in yyyAdjustINRC()
1246 {yyySIT *yaccStDum = va_arg(ap,struct yyyOxAttrbs *)->yyyOxStackItem; in yyyAdjustINRC()
1307 yyySIT **yyyOxStackItem = &mylval->yyyOxAttrbs.yyyOxStackItem; in yyyGenLeaf()
1308 (*yyyOxStackItem) = (yyySIT *) malloc((size_t)sizeof(yyySIT)); in yyyGenLeaf()
1309 if ((*yyyOxStackItem) == (yyySIT *) NULL) in yyyGenLeaf()