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

/freebsd-10-stable/contrib/flex/
H A Dnfa.c69 /* copysingl - make a given number of copies of a singleton machine
73 * newsng = copysingl( singl, num );
80 int copysingl (singl, num) function
550 base_mach = copysingl (mach, lb - 1);
H A Dparse.y605 copysingl( $1, $3 - 1 ) );
687 copysingl( $1, $3 - 1 ) );
H A Dflexdef.h978 extern int copysingl PROTO ((int, int));
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c1362 copysingl( yystack.l_mark[-3], yystack.l_mark[-1] - 1 ) );
1448 copysingl( yystack.l_mark[-3], yystack.l_mark[-1] - 1 ) );

Completed in 125 milliseconds