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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
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 */
H A Dparse.c2120 (yyval) = mkopt( (yyvsp[(1) - (2)]) );
2147 (yyval) = mkopt(
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/MISC/
H A Dparse.c1124 yyval = mkopt( yyvsp[-1] );
1148 yyval = mkopt(

Completed in 102 milliseconds