Home
last modified time | relevance | path

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

/freebsd/contrib/byacc/test/
H A Dexpr.oxout.y796 if ((yyyRS = (yyyRSitem *) in yyyYoxInit()
803 yyyRS++; in yyyYoxInit()
804 yyyAfterRS = yyyRS + yyyRSmaxSize; in yyyYoxInit()
816 yyyRSTop = yyyRS - 1; in yyyYoxInit()
823 while (yyyRSTop >= yyyRS) in yyyDecorate()
H A Dexpr.oxout.h45 yyyRSitem *yyyRS; variable
/freebsd/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c995 if ((yyyRS = (yyyRSitem *) in yyyYoxInit()
1002 yyyRS++; in yyyYoxInit()
1003 yyyAfterRS = yyyRS + yyyRSmaxSize; in yyyYoxInit()
1015 yyyRSTop = yyyRS - 1; in yyyYoxInit()
1022 while (yyyRSTop >= yyyRS) in yyyDecorate()
/freebsd/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c1145 if ((yyyRS = (yyyRSitem *) in yyyYoxInit()
1152 yyyRS++; in yyyYoxInit()
1153 yyyAfterRS = yyyRS + yyyRSmaxSize; in yyyYoxInit()
1165 yyyRSTop = yyyRS - 1; in yyyYoxInit()
1172 while (yyyRSTop >= yyyRS) in yyyDecorate()