HomeSort by relevance Sort by last modified time
    Searched refs:mkopt (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 398 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 ) );
parse.y 550 $$ = mkopt( $1 );
573 $$ = mkopt(
flexdef.h 942 extern int mkopt PROTO((int)); /* make a machine optional */
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 1124 yyval = mkopt( yyvsp[-1] );
1148 yyval = mkopt(
    [all...]

Completed in 795 milliseconds