Home | History | Annotate | Download | only in src

Lines Matching full:isset

555 		if (!(tp->flag & ISSET)) {
582 !(ftp->flag & ISSET)) {
661 if (!(tp->flag&ISSET)) {
851 if (tp->flag & ISSET)
865 tp->flag &= ~(ISSET|ALLOC);
875 tp->flag |= (ISSET|ALLOC);
937 if (tp && !(tp->flag & ISSET)) {
952 if (tp && (tp->flag & ISSET) && access(tp->val.s, X_OK) != 0) {
957 tp->flag &= ~ISSET;
962 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) &&
972 tp->flag = DEFINED; /* make ~ISSET */
980 tp->flag |= ISSET|ALLOC;
992 tp->flag = DEFINED; /* make ~ISSET */
1009 if ((tp->flag&ISSET) && (all || tp->val.s[0] != '/')) {
1011 tp->flag &= ~(ALLOC|ISSET);
1014 tp->flag &= ~ISSET;