Home | History | Annotate | Download | only in src

Lines Matching full:isset

467 		vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
624 (ext_cat->flag & ISSET)))
634 ISSET)))
731 if (!(tp->flag & ISSET)) {
761 !(ftp->flag & ISSET)) {
858 if (!(tp->flag&ISSET)) {
1071 if (tp->flag & ISSET)
1087 tp->flag &= ~(ISSET|ALLOC);
1098 tp->flag |= (ISSET|ALLOC);
1166 if (tp && !(tp->flag & ISSET)) {
1179 if (tp && (tp->flag & ISSET) &&
1185 tp->flag &= ~ISSET;
1190 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
1200 /* make ~ISSET */
1210 tp->flag |= ISSET|ALLOC;
1223 /* make ~ISSET */
1242 if ((tp->flag&ISSET) && (all || !mksh_abspath(tp->val.s))) {
1244 tp->flag &= ~(ALLOC|ISSET);
1247 tp->flag &= ~ISSET;