Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexp.h1024 bool minmod; member
1052 bool minmod; member
H A Dregexec.c6493 bool minmod = 0; /* the next "{n,m}" is a "{n,m}?" */ in S_regmatch() local
8830 ST.minmod = minmod; in S_regmatch()
8831 minmod = 0; in S_regmatch()
8990 if (cur_curlyx->u.curlyx.minmod) { in S_regmatch()
9155 minmod = 1; in S_regmatch()
9187 ST.minmod = minmod; in S_regmatch()
9188 minmod = 0; in S_regmatch()
9245 if (ST.minmod || ST.count < ARG1i(ST.me) /* min*/ in S_regmatch()
9325 if (ST.minmod) { in S_regmatch()
9433 if (minmod) { in S_regmatch()
[all …]
/openbsd/gnu/usr.bin/perl/t/re/
H A Dre_tests2077 /(?=foo)(?<=(a??))/ afoo y $1 a - # Postive lookbehind with minmod (leftmost longest)