Lines Matching defs:ZF_MAP
230 #define ZF_MAP (1u << 2)
240 #define ZF_ANYMAP (ZF_MAP | ZF_MAYBEMAP)
248 #define IS_MAP(zvalp) ((zvalp)->flags & ZF_MAP)
639 v->flags |= ZF_MAP;
1272 GLOBAL[TT.spec_var_limit++].flags |= (k == 1 || k == 3) ? ZF_MAP : ZF_SCALAR;
1399 if (slotnum < 0) LOCAL[-slotnum].flags |= ZF_MAP;
1400 if (slotnum > 0) GLOBAL[slotnum].flags |= ZF_MAP;
1405 if (slotnum < 0 && LOCAL[-slotnum].flags & ZF_MAP)
1407 if (slotnum > 0 && GLOBAL[slotnum].flags & ZF_MAP)
2560 if (v->flags & ZF_MAP || v->map->count)
2568 if (v->flags & ZF_MAYBEMAP) v->flags = ZF_MAP;
4365 struct zvalue m = ZVINIT(ZF_MAP, 0, 0);
4380 m = (struct zvalue)ZVINIT(ZF_MAP, 0, 0);