Lines Matching refs:SPECIAL
80 if ((vp = *vpp++) != NULL && (vp->flag&SPECIAL)) { in popblock()
245 vp->flag |= SPECIAL; in global()
291 vp->flag |= SPECIAL; in local()
301 if ((vp->flag&SPECIAL)) in str_val()
398 if ((vq->flag&SPECIAL)) in setstr()
419 if ((vq->flag&SPECIAL)) in setint()
432 if (vp->flag&SPECIAL) in getint()
508 if (vq->flag&SPECIAL) in setint_v()
770 vp->flag &= SPECIAL | (array_ref ? ARRAY|DEFINED : 0); in unset()
771 if (vp->flag & SPECIAL) in unset()
927 vp->flag &= ~SPECIAL; in getspec()
939 vp->flag |= SPECIAL; in getspec()
942 vp->flag &= ~SPECIAL; in getspec()
944 vp->flag |= SPECIAL; in getspec()
947 vp->flag &= ~SPECIAL; in getspec()
949 vp->flag |= SPECIAL; in getspec()
952 vp->flag &= ~SPECIAL; in getspec()
954 vp->flag |= SPECIAL; in getspec()
957 vp->flag &= ~SPECIAL; in getspec()
959 vp->flag |= SPECIAL; in getspec()
980 vp->flag &= ~SPECIAL; in setspec()
982 vp->flag |= SPECIAL; in setspec()
1006 vp->flag &= ~SPECIAL; in setspec()
1008 vp->flag |= SPECIAL; in setspec()
1042 vp->flag &= ~SPECIAL; in setspec()
1044 vp->flag |= SPECIAL; in setspec()
1048 vp->flag &= ~SPECIAL; in setspec()
1050 vp->flag |= SPECIAL; in setspec()
1053 vp->flag &= ~SPECIAL; in setspec()
1056 vp->flag |= SPECIAL; in setspec()
1060 vp->flag &= ~SPECIAL; in setspec()
1062 vp->flag |= SPECIAL; in setspec()
1068 vp->flag &= ~SPECIAL; in setspec()
1071 vp->flag |= SPECIAL; in setspec()
1078 vp->flag &= ~SPECIAL; in setspec()
1081 vp->flag |= SPECIAL; in setspec()
1171 new->flag = vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL); in arraysearch()