Home
last modified time | relevance | path

Searched refs:mkposcl (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/bsd/flex/dist/src/
H A Dnfa.c409 return mkopt (mkposcl (state)); in mkclos()
518 int mkposcl (int state) in mkposcl() function
H A Dflexdef.h954 extern int mkposcl(int);
H A Dparse.y625 $$ = mkposcl( $1 );
H A Dinitparse.c1415 yyval = mkposcl( yystack.l_mark[-1] ); in YYPARSE_DECL()