Lines Matching refs:ISSET
467 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute()
624 (ext_cat->flag & ISSET))) in comexec()
634 (ext_printf->flag & ISSET))) in comexec()
731 if (!(tp->flag & ISSET)) { in comexec()
761 !(ftp->flag & ISSET)) { in comexec()
858 if (!(tp->flag&ISSET)) { in comexec()
1071 if (tp->flag & ISSET) in define()
1087 tp->flag &= ~(ISSET|ALLOC); in define()
1098 tp->flag |= (ISSET|ALLOC); in define()
1166 if (tp && !(tp->flag & ISSET)) { in findcom()
1179 if (tp && (tp->flag & ISSET) && in findcom()
1185 tp->flag &= ~ISSET; in findcom()
1190 if ((!tp || (tp->type == CTALIAS && !(tp->flag&ISSET))) && in findcom()
1210 tp->flag |= ISSET|ALLOC; in findcom()
1242 if ((tp->flag&ISSET) && (all || !mksh_abspath(tp->val.s))) { in flushcom()
1244 tp->flag &= ~(ALLOC|ISSET); in flushcom()
1247 tp->flag &= ~ISSET; in flushcom()