HomeSort by: relevance | last modified time | path
    Searched refs:mkopt (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/driver/
mkopt.sh 2 # $NetBSD: mkopt.sh,v 1.1.1.1 2016/02/09 20:29:13 plunky Exp $
40 * This file is generated by mkopt.sh *
72 * This file is generated by mkopt.sh *
  /src/external/bsd/flex/dist/src/
nfa.c 409 return mkopt (mkposcl (state));
413 /* mkopt - make a machine optional
417 * new = mkopt( mach );
427 int mkopt (int mach) function
474 /* See comment in mkopt() about why we can't use the first
565 tail = mkopt (link_machines (copy, tail));
parse.y 571 $$ = mkopt(
631 $$ = mkopt( $1 );
654 $$ = mkopt(
initparse.c 1363 yyval = mkopt(
1421 yyval = mkopt( yystack.l_mark[-1] );
1444 yyval = mkopt(
flexdef.h 948 extern int mkopt(int); /* make a machine optional */

Completed in 49 milliseconds