Home | History | Annotate | Download | only in src

Lines Matching refs:DEFINED

27 #if defined(__OpenBSD__)
141 tp->flag = DEFINED|ISSET;
191 if (vp && (vp->flag & (DEFINED | ASSOC | ARRAY)) ==
192 (DEFINED | ASSOC)) {
244 vp->flag = DEFINED;
289 vp->flag |= DEFINED;
314 vp->flag = DEFINED|RDONLY;
320 if (copy && !(vp->flag & DEFINED)) {
335 vp->flag |= DEFINED;
1019 vp->flag &= SPECIAL | ((flags & 1) ? 0 : ARRAY|DEFINED);
1416 vp->flag = (vp->flag | (ARRAY | DEFINED)) & ~ASSOC;
1438 news->flag = (vp->flag & ~(ALLOC|DEFINED|ISSET|SPECIAL)) | AINDEX;
1648 #if defined(arc4random_pushb_fast) || defined(MKSH_A4PB)
1673 #if defined(arc4random_pushb_fast) || defined(MKSH_A4PB)
1687 #if defined(arc4random_pushb_fast)