Lines Matching defs:tempv
2793 struct zvalue tempv = uninit_zvalue;
2794 zvalue_copy(&tempv, to_str(&STACK[OFS]));
2797 s = s ? zstring_extend(s, tempv.vst) : zstring_copy(s, tempv.vst);
2807 zvalue_release_zstring(&tempv);
3793 struct zvalue tempv = uninit_zvalue;
3794 zvalue_copy(&tempv, &STACK[OFS]);
3795 to_str(&tempv);
3797 if (k) fprintf(outfp->fp, "%s", tempv.vst->str);
3805 zvalue_release_zstring(&tempv);