Lines Matching defs:any
45 * allocated hunks back to the original New to track down any memory leaks.
218 /* copy a string up to some (non-backslashed) delimiter, if any */
819 XPVMG *any;
827 /* Create as PVMG now, to avoid any upgrading later */
829 Newz(905, any, 1, XPVMG);
831 SvANY(sv) = (void*)any;
860 can be used any place a string (char *) is required:
1844 /* Close parent's end of error status pipe (if any) */
1881 do_execfree(); /* free any memory malloced by child on fork */
2035 do_execfree(); /* free any memory malloced by child on vfork */
2118 /* locks must be held in locking order (if any) */
3096 PL_curcop = t->Tcurcop; /* XXX As good a guess as any? */
3551 * leap days), plus the leftover contribution from any non-leap years.
4189 /* In any case have a stub so that there's code corresponding