Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dexpr.oxout.h41 #define yyyRSitem yyySIT macro
43 yyyRSitem *yyyRSTop;
44 yyyRSitem *yyyAfterRS;
45 yyyRSitem *yyyRS;
H A Dexpr.oxout.y796 if ((yyyRS = (yyyRSitem *) in yyyYoxInit()
797 calloc((size_t)(yyyRSmaxSize+1), (size_t)sizeof(yyyRSitem)) in yyyYoxInit()
800 ((yyyRSitem *) NULL) in yyyYoxInit()
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c995 if ((yyyRS = (yyyRSitem *) in yyyYoxInit()
996 calloc((size_t)(yyyRSmaxSize+1), (size_t)sizeof(yyyRSitem)) in yyyYoxInit()
999 ((yyyRSitem *) NULL) in yyyYoxInit()
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c1145 if ((yyyRS = (yyyRSitem *) in yyyYoxInit()
1146 calloc((size_t)(yyyRSmaxSize+1), (size_t)sizeof(yyyRSitem)) in yyyYoxInit()
1149 ((yyyRSitem *) NULL) in yyyYoxInit()