Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
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()
8870 n = ++cur_curlyx->u.curlyx.count; /* how many A's matched */ in S_regmatch()
8871 ST.save_lastloc = cur_curlyx->u.curlyx.lastloc; in S_regmatch()
8881 ST.cp = regcppush(rex, cur_curlyx->u.curlyx.parenfloor, maxopenparen); in S_regmatch()
8882 cur_curlyx->u.curlyx.lastloc = locinput; in S_regmatch()
8892 if (locinput == cur_curlyx->u.curlyx.lastloc) { in S_regmatch()
8980 cur_curlyx->u.curlyx.count--; in S_regmatch()
[all …]
Dregexp.h1030 } curlyx; member