Searched refs:nre (Results 1 – 9 of 9) sorted by relevance
234 Regexp* nre = new Regexp(re->op(), re->parse_flags()); in PostVisit() local235 nre->AllocSub(re->nsub()); in PostVisit()236 Regexp** nre_subs = nre->sub(); in PostVisit()241 nre->min_ = re->min(); in PostVisit()242 nre->max_ = re->max(); in PostVisit()244 nre->cap_ = re->cap(); in PostVisit()246 return nre; in PostVisit()262 Regexp* nre = new Regexp(re->op(), re->parse_flags()); in PostVisit() local263 nre->AllocSub(re->nsub()); in PostVisit()264 Regexp** nre_subs = nre->sub(); in PostVisit()[all …]
756 Regexp* nre = sub[1]; in RemoveLeadingRegexp() local759 return nre; in RemoveLeadingRegexp()
32 MAJOR=`sed -nre 's/#define NODE_MAJOR_VERSION ([0-9]+)/\1/p' "$FILE"`33 MINOR=`sed -nre 's/#define NODE_MINOR_VERSION ([0-9]+)/\1/p' "$FILE"`34 PATCH=`sed -nre 's/#define NODE_PATCH_VERSION ([0-9]+)/\1/p' "$FILE"`
91 var nre = /([0-9]+)$/97 var an = a.match(nre)[1]98 var bn = b.match(nre)[1]107 var nre = /([0-9]+)$/108 var num = man.match(nre)[1]
10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do22 addr2line -p -e "$bin" -a -f < "$i"|sed -nre 's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'(+0x\1)|\2|g@gp'
478 Regexp* nre = Regexp::Parse(t, Regexp::MatchNL | Regexp::PerlX, &status); in TEST() local479 ASSERT_TRUE(nre != NULL) << " reparse " << t << " " << status.Text(); in TEST()480 std::string ss = nre->Dump(); in TEST()481 std::string tt = nre->ToString(); in TEST()486 nre->Decref(); in TEST()
6316 "nre~g",
6070 "nre~g",