Searched refs:T_tree (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/vcg/vcg.1.30/src/preconf/ |
H A D | grammar.h | 584 #define T_tree(l) BuildCont(T_Co_tree,UnionNum(0),l) macro
|
H A D | grammar.y | 1568 #define T_tree(l) BuildCont(T_Co_tree,UnionNum(0),l) macro 2705 $$ = T_tree(yylocate(@1)); }
|
H A D | y.tab.c | 1575 #define T_tree(l) BuildCont(T_Co_tree,UnionNum(0),l) macro 4288 yyval.tree = T_tree(yylocate(yylsp[0])); ; in yyparse()
|
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/ |
H A D | grammar.h | 584 #define T_tree(l) BuildCont(T_Co_tree,UnionNum(0),l) macro
|
H A D | syntax.c | 1569 #define T_tree(l) BuildCont(T_Co_tree,UnionNum(0),l) macro 4282 yyval.tree = T_tree(yylocate(yylsp[0])); ; in yyparse()
|