Searched refs:EXTRACT (Results 1 – 5 of 5) sorted by relevance
252 if (ip->e_flags & EXTRACT) {373 ip->e_flags |= EXTRACT;409 np->e_flags |= EXTRACT;660 ep->e_flags &= ~(NEW|EXTRACT);683 if ((ep->e_flags & (NEW|EXTRACT)) == 0)693 if ((ep->e_flags & EXTRACT) != 0) {709 ep->e_flags &= ~(NEW|EXTRACT);
351 if (ep->e_flags & (NEW|EXTRACT)) in lowerbnd()369 if (ep->e_flags & (NEW|EXTRACT)) in upperbnd()422 if (ep->e_flags & EXTRACT) in flagvalues()
114 #define EXTRACT 0x0001 /* entry is to be replaced from the tape */ macro
318 (parent->e_flags & (NEW|EXTRACT)) == 0) in attrscan()
799 if (ep == NIL || ep->e_flags & EXTRACT) { in extractfile()