Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dnfa.c404 int mkclos (int state) in mkclos() function
554 mkclos (copy))); in mkrep()
H A Dflexdef.h938 extern int mkclos(int); /* convert a machine into a closure */
H A Dparse.y616 $$ = mkclos( $1 );
/freebsd/usr.bin/lex/
H A Dinitparse.c1368 yyval = mkclos( yystack.l_mark[-1] ); in YYPARSE_DECL()