Lines Matching defs:need
234 * if the surprise occurs at the start of the line. "do you need to
262 "\t(Do you need to predeclare %.*s?)\n",
367 /* hit a CR-LF, need to copy the rest */
731 * will need to set PL_nextval[], and possibly PL_expect to ensure the lexer
1468 /* We need to map to chars to ASCII before doing the tests
1473 /* Might need to recode whatever we have
1654 STRLEN need = UNISKIP(NATIVE_TO_UNI(uv));
1656 if (need > len) {
1657 /* encoded value larger than old, need extra space (NOTE: SvCUR() not set here) */
1659 d = SvGROW(sv, SvLEN(sv) + (need-len)) + off;
2026 /* we need to search for the correct entry and clear it */
3050 /* NOTE: any CV attrs applied here need to be part of
3059 we don't need to do the attributes.pm-based setting
3213 * quoted string. Most other cases need to be explicitly
3538 "You need to quote \"%s\"", tmpbuf);
4172 /* if the script was opened in binmode, we need to revert
6941 /* mark where we are, in case we need to report errors */
7049 /* extend sv if need be */