Searched refs:ARRAY_TREE (Results 1 – 5 of 5) sorted by relevance
72 #define ARRAY_TREE (256L<<ARRAY_BITS) /* arrays of compound vars */ macro
671 i = ARRAY_TREE; in array_grow()815 nelem = ARRAY_TREE; in nv_setarray()1295 if(ap->header.nelem&ARRAY_TREE) in nv_associative()
484 if((ap && (ap->nelem&ARRAY_TREE)) || (!ap && nv_isattr(np,NV_NOFREE))) in nv_attribute()
546 ap->nelem |= ARRAY_TREE; in b_common()556 ap->nelem |= ARRAY_TREE; in b_common()
926 + ap->nelem |= ARRAY_TREE;