Searched refs:yyyCLptr2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/byacc/test/
H A Dexpr.oxout.y357 yyyGNT *yyyTSTn,**yyyCLptr2;
401 {yyyCLptr2 = yyyTSTn->cL;
407 {yyyTST->node = *yyyCLptr2;
411 yyyCLptr2++;
416 yyyCLptr2 = yyyTSTn->cL + i;
418 {yyyCLptr2--;
422 {yyyTST->node = *yyyCLptr2;
/freebsd-12-stable/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c554 yyyGNT *yyyTSTn,**yyyCLptr2; local
598 {yyyCLptr2 = yyyTSTn->cL;
604 {yyyTST->node = *yyyCLptr2;
608 yyyCLptr2++;
613 yyyCLptr2 = yyyTSTn->cL + i;
615 {yyyCLptr2--;
619 {yyyTST->node = *yyyCLptr2;
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c703 yyyGNT *yyyTSTn,**yyyCLptr2; local
747 {yyyCLptr2 = yyyTSTn->cL;
753 {yyyTST->node = *yyyCLptr2;
757 yyyCLptr2++;
762 yyyCLptr2 = yyyTSTn->cL + i;
764 {yyyCLptr2--;
768 {yyyTST->node = *yyyCLptr2;

Completed in 135 milliseconds