Searched refs:T_maxoutdegree (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/vcg/vcg.1.30/src/preconf/ |
H A D | grammar.h | 575 #define T_maxoutdegree(l) BuildCont(T_Co_maxoutdegree,UnionNum(0),l) macro
|
H A D | grammar.y | 1559 #define T_maxoutdegree(l) BuildCont(T_Co_maxoutdegree,UnionNum(0),l) macro 2732 $$ = T_maxoutdegree(yylocate(@1)); }
|
H A D | y.tab.c | 1566 #define T_maxoutdegree(l) BuildCont(T_Co_maxoutdegree,UnionNum(0),l) macro 4342 yyval.tree = T_maxoutdegree(yylocate(yylsp[0])); ; in yyparse()
|
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/ |
H A D | grammar.h | 575 #define T_maxoutdegree(l) BuildCont(T_Co_maxoutdegree,UnionNum(0),l) macro
|
H A D | syntax.c | 1560 #define T_maxoutdegree(l) BuildCont(T_Co_maxoutdegree,UnionNum(0),l) macro 4336 yyval.tree = T_maxoutdegree(yylocate(yylsp[0])); ; in yyparse()
|