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

/freebsd-13-stable/contrib/flex/src/
H A Dnfa.c68 /* copysingl - make a given number of copies of a singleton machine
72 * newsng = copysingl( singl, num );
79 int copysingl (int singl, int num) function
548 base_mach = copysingl (mach, lb - 1);
H A Dparse.y607 copysingl( $1, $3 - 1 ) );
689 copysingl( $1, $3 - 1 ) );
H A Dflexdef.h919 extern int copysingl(int, int);
/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.c1361 copysingl( yystack.l_mark[-3], yystack.l_mark[-1] - 1 ) );
1447 copysingl( yystack.l_mark[-3], yystack.l_mark[-1] - 1 ) );

Completed in 50 milliseconds