Searched refs:T_downfactor (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/vcg/vcg.1.30/src/preconf/ |
H A D | grammar.h | 671 #define T_downfactor(s0,l) BuildTree(T_Co_downfactor,1,UnionNum(0),l,s0) macro
|
H A D | grammar.y | 1655 #define T_downfactor(s0,l) BuildTree(T_Co_downfactor,1,UnionNum(0),l,s0) macro 2378 $$ = T_downfactor($3,yylocate(@1)); }
|
H A D | y.tab.c | 1662 #define T_downfactor(s0,l) BuildTree(T_Co_downfactor,1,UnionNum(0),l,s0) macro 3760 yyval.tree = T_downfactor(yyvsp[0].tree,yylocate(yylsp[-2])); ; in yyparse()
|
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/ |
H A D | grammar.h | 671 #define T_downfactor(s0,l) BuildTree(T_Co_downfactor,1,UnionNum(0),l,s0) macro
|
H A D | syntax.c | 1656 #define T_downfactor(s0,l) BuildTree(T_Co_downfactor,1,UnionNum(0),l,s0) macro 3754 yyval.tree = T_downfactor(yyvsp[0].tree,yylocate(yylsp[-2])); ; in yyparse()
|