Searched refs:mkrep (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dparse.y574 mkrep( $1, 1, $5 ) );
577 $$ = mkrep( $1, $3, $5 );
592 $$ = mkrep( $1, $3, INFINITY );
H A Dnfa.c534 /* mkrep - make a replicated machine
537 * new = mkrep( mach, lb, ub );
546 int mkrep( mach, lb, ub ) function
H A Dparse.c2148 mkrep( (yyvsp[(1) - (6)]), 1, (yyvsp[(5) - (6)]) ) );
2151 (yyval) = mkrep( (yyvsp[(1) - (6)]), (yyvsp[(3) - (6)]), (yyvsp[(5) - (6)]) );
2170 (yyval) = mkrep( (yyvsp[(1) - (5)]), (yyvsp[(3) - (5)]), INFINITY );
H A Dflexdef.h950 extern int mkrep PROTO((int, int, int)); /* make a replicated machine */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/
H A Dparse.c1149 mkrep( yyvsp[-5], 1, yyvsp[-1] ) );
1152 yyval = mkrep( yyvsp[-5], yyvsp[-3], yyvsp[-1] );
1168 yyval = mkrep( yyvsp[-4], yyvsp[-2], INFINITY );

Completed in 118 milliseconds