Lines Matching refs:ALLOC
443 if ((vq->flag&ALLOC)) { in setstr()
455 vq->flag &= ~(ISSET|ALLOC); in setstr()
463 vq->flag |= ALLOC; in setstr()
613 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) { in setint_n()
614 vq->flag &= ~ALLOC; in setint_n()
713 char *op = (vp->flag&ALLOC) ? vp->val.s : NULL; in exportprep()
719 vp->flag |= ALLOC; in exportprep()
882 if (tmp->flag & ALLOC) in typeset()
930 free_me = (t->flag & ALLOC) ? t->val.s : in typeset()
933 t->flag &= ~ALLOC; in typeset()
937 t->flag &= ~ALLOC; in typeset()
960 if (t->flag & ALLOC) in typeset()
962 t->flag &= ~(ISSET|ALLOC); in typeset()
1011 if (vp->flag & ALLOC) in unset()
1020 if (tmp->flag & ALLOC) in unset()
1027 vp->flag &= ~(ALLOC|ISSET); in unset()
1446 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX; in arraysearch()