Home
last modified time | relevance | path

Searched refs:nAttrbs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y956 void yyyGenLeaf(int nAttrbs,int typeNum,long startP,long stopP,YYSTYPE *mylval) in yyyGenLeaf() argument
972 (*yyyOxStackItem)->node->refCountListLen = nAttrbs; in yyyGenLeaf()
974 (yyyRCT *) calloc((size_t)nAttrbs, (size_t)sizeof(yyyRCT)); in yyyGenLeaf()
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c1155 void yyyGenLeaf(int nAttrbs,int typeNum,long startP,long stopP,YYSTYPE *mylval) in yyyGenLeaf() argument
1171 (*yyyOxStackItem)->node->refCountListLen = nAttrbs; in yyyGenLeaf()
1173 (yyyRCT *) calloc((size_t)nAttrbs, (size_t)sizeof(yyyRCT)); in yyyGenLeaf()
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c1305 void yyyGenLeaf(int nAttrbs,int typeNum,long startP,long stopP,YYSTYPE *mylval) in yyyGenLeaf() argument
1321 (*yyyOxStackItem)->node->refCountListLen = nAttrbs; in yyyGenLeaf()
1323 (yyyRCT *) calloc((size_t)nAttrbs, (size_t)sizeof(yyyRCT)); in yyyGenLeaf()