Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexec.c6476 struct regmatch_state *cur_curlyx = NULL; /* most recent curlyx */ in S_regmatch() local
8510 ST.prev_curlyx = cur_curlyx; in S_regmatch()
8515 cur_curlyx = NULL; in S_regmatch()
8564 cur_curlyx = ST.prev_curlyx; in S_regmatch()
8598 cur_curlyx = ST.prev_curlyx; in S_regmatch()
8821 ST.prev_curlyx= cur_curlyx; in S_regmatch()
8822 cur_curlyx = st; in S_regmatch()
8841 cur_curlyx = ST.prev_curlyx; in S_regmatch()
8847 cur_curlyx = ST.prev_curlyx; in S_regmatch()
8863 assert(cur_curlyx); /* keep Coverity happy */ in S_regmatch()
[all …]