Lines Matching refs:need

1620     if (newlen > SvLEN(sv)) {		/* need more room? */
1832 i.e. need room for 8 chars */
1924 Instead, IV/UV and NV need to be given equal rights. So as to not lose
2134 /* IV not precise. No need to convert from PV, as NV
2187 This means that if we cache such an IV, we need to cache the
2428 /* IV not precise. No need to convert from PV, as NV
2477 This means that if we cache such a UV, we need to cache the
3052 * find a newline, we need to add a newline
3054 * don't find '#' or '\n'), we don't need to add
3064 break; /* don't need another */
3067 need a newline */
3660 /* need to nuke the magic */
4125 /* len is STRLEN which is unsigned, need to copy to signed */
4612 this case, to avoid a reference loop, we need to weaken the
6163 more memory than we realy need if layers bellow reduce
6386 /* EPOC: need to work around SDK features. *
6421 cnt = 0; /* we do need to re-set the sv even when cnt <= 0 */
6435 * indicating that the user hit his EOF character, we need
7915 /* need to keep SvANY(sv) in the right arena */
8448 /* we need a long double target in case HAS_LONG_DOUBLE but
8457 STRLEN need;
9009 /* now we need (long double) if intsize == 'q', else (double) */
9020 need = 0;
9030 need = BIT_DIGITS(i);
9032 need += has_precis ? precis : 6; /* known default */
9034 if (need < width)
9035 need = width;
9069 (need < DBL_DIG)) {
9103 need += 20; /* fudge factor */
9104 if (PL_efloatsize < need) {
9106 PL_efloatsize = need + 20; /* more fudge */
9260 need = (have > width ? have : width);
9261 gap = need - have;
9263 if (need >= (((STRLEN)~0) - SvCUR(sv) - dotstrlen - 1))
9265 SvGROW(sv, SvCUR(sv) + need + dotstrlen + 1);
9747 SV *sv = &param->proto_perl->Isv_no; /* just need SvREADONLY-ness */
10619 you don't need to do anything.
10633 /* perlhost.h so we need to call into it
10660 * constants; they need to be allocated as common memory and just