Lines Matching refs:ISSET
99 if ((vq = global(vp->name))->flag & ISSET) in popblock()
138 tp->flag = DEFINED|ISSET; in initvar()
252 vp->flag |= ISSET|INTEGER; in global()
260 vp->flag &= ~(ISSET|INTEGER); in global()
273 vp->flag &= ~(ISSET|INTEGER); in global()
341 if (!(vp->flag&ISSET)) in str_val()
432 vq->flag &= ~(ISSET|ALLOC); in setstr()
447 vq->flag |= ISSET; in setstr()
460 vp->flag = (ISSET|INTEGER); in setint()
468 vq->flag |= ISSET; in setint()
484 if (!(vp->flag&ISSET) || (!(vp->flag&INTEGER) && vp->val.s == NULL)) in getint()
581 vq->flag |= ISSET|INTEGER; in setint_n()
833 fake_assign = (t->flag & ISSET) && (!val || t != vp) && in typeset()
871 t->flag &= ~ISSET; in typeset()
875 t->flag &= ~(ISSET|ALLOC); in typeset()
913 exportprep(vpbase, (vpbase->flag&ISSET) ? vpbase->val.s : null); in typeset()
942 vp->flag &= ~(ALLOC|ISSET); in unset()
1040 (vp->flag&(ISSET|EXPORT)) == (ISSET|EXPORT)) { in makenv()
1077 return (tp && (tp->flag & ISSET) ? tp->type : V_NONE); in special()
1155 if (vp->flag & ISSET) { in getspec()
1347 if (curr->flag&ISSET) in arraysearch()
1358 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX; in arraysearch()
1448 if (!(vq->flag & ISSET)) in set_array()