Lines Matching refs:ALLOC
428 if ((vq->flag&ALLOC)) { in setstr()
440 vq->flag &= ~(ISSET|ALLOC); in setstr()
448 vq->flag |= ALLOC; in setstr()
598 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) { in setint_n()
599 vq->flag &= ~ALLOC; in setint_n()
698 char *op = (vp->flag&ALLOC) ? vp->val.s : NULL; in exportprep()
704 vp->flag |= ALLOC; in exportprep()
868 if (tmp->flag & ALLOC) in typeset()
916 free_me = (t->flag & ALLOC) ? t->val.s : in typeset()
919 t->flag &= ~ALLOC; in typeset()
923 t->flag &= ~ALLOC; in typeset()
946 if (t->flag & ALLOC) in typeset()
948 t->flag &= ~(ISSET|ALLOC); in typeset()
999 if (vp->flag & ALLOC) in unset()
1008 if (tmp->flag & ALLOC) in unset()
1015 vp->flag &= ~(ALLOC|ISSET); in unset()
1438 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX; in arraysearch()