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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c331 static int minrep, maxrep; /* Repeat counts for {m,n}. */ variable
872 minrep = 0;
880 minrep = c - '0';
886 minrep = 10 * minrep + c - '0';
906 if (0 <= maxrep && maxrep < minrep)
911 maxrep = minrep;
1308 if (minrep == 0)
1310 for (i = 1; i < minrep; ++i)

Completed in 118 milliseconds