Searched refs:T_constraint_attribute (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/vcg/vcg.1.30/src/preconf/ |
H A D | grammar.y | 1538 #define T_constraint_attribute(s0,s1,l) BuildTree(T_Co_constraint_attribute,2,UnionNum(0),l,s0,s1) macro 2901 $$ = T_constraint_attribute($2,$1,yylocate(@1)); } 2905 $$ = T_constraint_attribute($1,NULL,yylocate(@1)); }
|
H A D | y.tab.c | 1545 #define T_constraint_attribute(s0,s1,l) BuildTree(T_Co_constraint_attribute,2,UnionNum(0),l,s0,s1) macro 4552 yyval.tree = T_constraint_attribute(yyvsp[0].tree,yyvsp[-1].tree,yylocate(yylsp[-1])); ; in yyparse() 4558 yyval.tree = T_constraint_attribute(yyvsp[0].tree,NULL,yylocate(yylsp[0])); ; in yyparse()
|
H A D | grammar.h | 554 #define T_constraint_attribute(s0,s1,l) BuildTree(T_Co_constraint_attribute,2,UnionNum(0),l,s0,s1) macro
|
/dports/graphics/vcg/vcg.1.30/preconf/X11VMS/ |
H A D | syntax.c | 1539 #define T_constraint_attribute(s0,s1,l) BuildTree(T_Co_constraint_attribute,2,UnionNum(0),l,s0,s1) macro 4546 yyval.tree = T_constraint_attribute(yyvsp[0].tree,yyvsp[-1].tree,yylocate(yylsp[-1])); ; in yyparse() 4552 yyval.tree = T_constraint_attribute(yyvsp[0].tree,NULL,yylocate(yylsp[0])); ; in yyparse()
|
H A D | grammar.h | 554 #define T_constraint_attribute(s0,s1,l) BuildTree(T_Co_constraint_attribute,2,UnionNum(0),l,s0,s1) macro
|