Home
last modified time | relevance | path

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

/dports/math/calc/calc-2.14.0.14/
H A Dopcodes.c512 if ((subtype & V_NONEWVALUE) && comparevalue(oldvp, &tmp)) { in o_eleminit()
800 if ((var->v_subtype & V_NONEWVALUE) && *var->v_octet != octet) { in o_assign()
856 if ((subtype & V_NONEWVALUE) && comparevalue(var, &tmp)) { in o_assign()
2930 if (stack->v_subtype & (V_NONEWVALUE | V_NOCOPYTO)) { in o_preinc()
2944 if (vp->v_subtype & (V_NONEWVALUE | V_NOASSIGNTO)) { in o_preinc()
2960 if (stack->v_subtype & (V_NONEWVALUE | V_NOCOPYTO)) { in o_predec()
2973 if (vp->v_subtype & (V_NONEWVALUE | V_NOASSIGNTO)) { in o_predec()
2990 if (stack->v_subtype & (V_NONEWVALUE | V_NOCOPYTO)) { in o_postinc()
3010 if (vp->v_subtype & V_NONEWVALUE) { in o_postinc()
3033 if (stack->v_subtype & (V_NONEWVALUE | V_NOCOPYTO)) { in o_postdec()
[all …]
H A Dvalue.h174 #define V_NONEWVALUE 2 /* protection status 2 */ macro
H A Dfunc.c8504 if (v1->v_subtype & V_NONEWVALUE) in f_modify()