Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dnfa.c406 return mkopt (mkposcl (state)); in mkclos()
515 int mkposcl (int state) in mkposcl() function
H A Dflexdef.h945 extern int mkposcl(int);
H A Dparse.y622 $$ = mkposcl( $1 );
/freebsd/usr.bin/lex/
H A Dinitparse.c1375 yyval = mkposcl( yystack.l_mark[-1] ); in YYPARSE_DECL()