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

  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 387 /* mkclos - convert a machine into a closure
390 * new = mkclos( state );
395 int mkclos( state ) function
557 link_machines( base_mach, mkclos( copy ) ) );
flexdef.h 941 extern int mkclos PROTO((int)); /* convert a machine into a closure */
    [all...]
parse.y 538 $$ = mkclos( $1 );
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 1110 yyval = mkclos( yyvsp[-1] );
    [all...]

Completed in 55 milliseconds