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

/freebsd-13-stable/contrib/flex/src/
H A Dnfa.c72 * newsng = copysingl( singl, num );
74 * newsng - a new singleton composed of num copies of singl
75 * singl - a singleton machine
76 * num - the number of copies of singl to be present in newsng
79 int copysingl (int singl, int num) argument
86 copy = link_machines (copy, dupmachine (singl));

Completed in 67 milliseconds