Searched refs:mkrep (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Tools/android/flex-2.5.4a/ |
D | parse.y | 574 mkrep( $1, 1, $5 ) ); 577 $$ = mkrep( $1, $3, $5 ); 592 $$ = mkrep( $1, $3, INFINITY );
|
D | nfa.c | 546 int mkrep( mach, lb, ub ) in mkrep() function
|
D | flexdef.h | 950 extern int mkrep PROTO((int, int, int)); /* make a replicated machine */
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | parse.c | 1149 mkrep( yyvsp[-5], 1, yyvsp[-1] ) ); in yyparse() 1152 yyval = mkrep( yyvsp[-5], yyvsp[-3], yyvsp[-1] ); in yyparse() 1168 yyval = mkrep( yyvsp[-4], yyvsp[-2], INFINITY ); in yyparse()
|