Home
last modified time | relevance | path

Searched refs:V_NOCOPYFROM (Results 1 – 3 of 3) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dblkcpy.c66 if (svp->v_subtype & V_NOCOPYFROM) in copystod()
77 if (svp->v_nblock->subtype & V_NOCOPYFROM) in copystod()
H A Dvalue.h180 #define V_NOCOPYFROM 128 /* protection status 128 */ macro
H A Dopcodes.c526 if (tmp.v_subtype & (V_NOASSIGNFROM | V_NOCOPYFROM)) { in o_eleminit()
793 if (vp->v_subtype & V_NOCOPYFROM || vp->v_type < 0) { in o_assign()
1008 (V_NOCOPYTO | V_NOCOPYFROM))) { in o_swap()