OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minrep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c
305
static int
minrep
, maxrep; /* Repeat counts for {m,n}. */
variable
846
minrep
= 0;
854
minrep
= c - '0';
860
minrep
= 10 *
minrep
+ c - '0';
880
if (0 <= maxrep && maxrep <
minrep
)
885
maxrep =
minrep
;
1287
if (
minrep
== 0)
1289
for (i = 1; i <
minrep
; ++i)
/src/external/gpl2/grep/dist/src/
dfa.c
331
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 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026