Lines Matching refs:ISSET
455 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
610 (ext_cmd->flag & ISSET)))
701 if (!(tp->flag & ISSET)) {
715 !(ftp->flag & ISSET)) {
819 if (!(tp->flag&ISSET)) {
1072 if (tp->flag & ISSET)
1088 tp->flag &= ~(ISSET|ALLOC|FKSH);
1099 tp->flag |= (ISSET|ALLOC);
1194 if (tp && !(tp->flag & ISSET)) {
1207 if (tp && (tp->flag & ISSET) &&
1213 tp->flag &= ~ISSET;
1218 if ((!tp || (tp->type == CTALIAS && !(tp->flag & ISSET))) &&
1228 /* make ~ISSET */
1238 tp->flag |= ISSET|ALLOC;
1251 /* make ~ISSET */
1270 if ((tp->flag&ISSET) && (all || !mksh_abspath(tp->val.s))) {
1272 tp->flag &= ~(ALLOC|ISSET);
1275 tp->flag &= ~ISSET;