Home
last modified time | relevance | path

Searched refs:hardcount (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c4047 register I32 hardcount = 0; in S_regrepeat() local
4059 while (scan < loceol && hardcount < max && *scan != '\n') { in S_regrepeat()
4061 hardcount++; in S_regrepeat()
4071 while (scan < loceol && hardcount < max) { in S_regrepeat()
4073 hardcount++; in S_regrepeat()
4103 while (hardcount < max && scan < loceol && in S_regrepeat()
4106 hardcount++; in S_regrepeat()
4117 while (hardcount < max && scan < loceol && in S_regrepeat()
4120 hardcount++; in S_regrepeat()
4131 while (hardcount < max && scan < loceol && in S_regrepeat()
[all …]