Searched refs:mkopt (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
H A Dnfa.c398 return mkopt( mkposcl( state ) );
402 /* mkopt - make a machine optional
406 * new = mkopt( mach );
416 int mkopt( mach ) function
467 /* See comment in mkopt() about why we can't use the first
567 tail = mkopt( link_machines( copy, tail ) );
H A Dparse.y550 $$ = mkopt( $1 );
573 $$ = mkopt(
H A Dflexdef.h942 extern int mkopt PROTO((int)); /* make a machine optional */
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c1124 yyval = mkopt( yyvsp[-1] );
1148 yyval = mkopt(

Completed in 82 milliseconds