Searched refs:lpv (Results 1 – 2 of 2) sorted by relevance
1421 int lpv[2]; in openpipe() local1423 if (pipe(lpv) < 0) in openpipe()1425 pv[0] = savefd(lpv[0]); in openpipe()1426 if (pv[0] != lpv[0]) in openpipe()1427 close(lpv[0]); in openpipe()1428 pv[1] = savefd(lpv[1]); in openpipe()1429 if (pv[1] != lpv[1]) in openpipe()1430 close(lpv[1]); in openpipe()
166 const char* const lpv = SvPV_const(left, llen); /* mg_get(left) may happen here */ in PP() local168 sv_setpvn(TARG, lpv, llen); in PP()188 if (llen >= 2 && lpv[llen - 2] == '1' && lpv[llen - 1] == '9' in PP()189 && (llen == 2 || !isDIGIT(lpv[llen - 3]))) in PP()