Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c8805 #define ST st->u.curlyx in S_regmatch()
8865 min = ARG1i(cur_curlyx->u.curlyx.me); in S_regmatch()
8866 max = ARG2i(cur_curlyx->u.curlyx.me); in S_regmatch()
8869 A = REGNODE_AFTER(cur_curlyx->u.curlyx.me); in S_regmatch()
8980 cur_curlyx->u.curlyx.count--; in S_regmatch()
8990 if (cur_curlyx->u.curlyx.minmod) { in S_regmatch()
9022 cur_curlyx->u.curlyx.count--; in S_regmatch()
9032 cur_curlyx->u.curlyx.count--; in S_regmatch()
9054 if (cur_curlyx->u.curlyx.count >= /*max*/ARG2i(cur_curlyx->u.curlyx.me)) { in S_regmatch()
9056 cur_curlyx->u.curlyx.count--; in S_regmatch()
[all …]
H A Dregexp.h1030 } curlyx; member