Searched refs:plocal (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A Djamgram.yy63 # define plocal( l,r,t ) parse_make( compile_local,l,r,t,S0,S0,0 )
106 { $$.parse = plocal( $2.parse, pnull(), $4.parse ); }
108 { $$.parse = plocal( $2.parse, $4.parse, $6.parse ); }
H A Djamgram.y109 # define plocal( l,r,t ) parse_make( compile_local,l,r,t,S0,S0,0 )
152 { $$.parse = plocal( $2.parse, pnull(), $4.parse ); }
154 { $$.parse = plocal( $2.parse, $4.parse, $6.parse ); }
H A Djamgram.c198 # define plocal( l,r,t ) parse_make( compile_local,l,r,t,S0,S0,0 ) macro
1630 { (yyval).parse = plocal( (yyvsp[(2) - (4)]).parse, pnull(), (yyvsp[(4) - (4)]).parse ); }
1635 { (yyval).parse = plocal( (yyvsp[(2) - (6)]).parse, (yyvsp[(4) - (6)]).parse, (yyvsp[(6) - (6)]).parse ); }

Completed in 44 milliseconds