Home
last modified time | relevance | path

Searched refs:T_constraint_attribute (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/vcg/vcg.1.30/src/preconf/
H A Dgrammar.y1538 #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 Dy.tab.c1545 #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 Dgrammar.h554 #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 Dsyntax.c1539 #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 Dgrammar.h554 #define T_constraint_attribute(s0,s1,l) BuildTree(T_Co_constraint_attribute,2,UnionNum(0),l,s0,s1) macro