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

/freebsd-13-stable/contrib/flex/src/
H A Dnfa.c396 /* mkclos - convert a machine into a closure
399 * new = mkclos( state );
404 int mkclos (int state) function
554 mkclos (copy)));
H A Dflexdef.h938 extern int mkclos(int); /* convert a machine into a closure */
H A Dparse.y616 $$ = mkclos( $1 );
/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.c1369 yyval = mkclos( yystack.l_mark[-1] );

Completed in 38 milliseconds