Home | History | Annotate | Download | only in src

Lines Matching refs:ISSET

464 		vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
704 if (!(tp->flag & ISSET)) {
722 !(ftp->flag & ISSET)) {
805 if (!(tp->flag&ISSET)) {
1008 if (tp->flag & ISSET)
1024 tp->flag &= ~(ISSET|ALLOC);
1035 tp->flag |= (ISSET|ALLOC);
1103 if (tp && !(tp->flag & ISSET)) {
1116 if (tp && (tp->flag & ISSET) &&
1122 tp->flag &= ~ISSET;
1127 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1137 /* make ~ISSET */
1147 tp->flag |= ISSET|ALLOC;
1160 /* make ~ISSET */
1179 if ((tp->flag&ISSET) && (all || tp->val.s[0] != '/')) {
1181 tp->flag &= ~(ALLOC|ISSET);
1184 tp->flag &= ~ISSET;