Home | History | Annotate | Download | only in pax

Lines Matching refs:flgs

184 	rep->flgs = 0;
193 rep->flgs |= GLOB;
197 rep->flgs |= PRNT;
201 rep->flgs |= SYML;
266 pt->flgs = flags;
294 if (pt->flgs & MTCH)
338 pt->flgs |= MTCH;
349 if (pt->flgs & DIR_MTCH)
394 pt->flgs = DIR_MTCH | MTCH;
465 if (pt->flgs & DIR_MTCH) {
476 pt->flgs & NOGLOB_MTCH) == 0)
938 if ((flags & SYML) && (pt->flgs & SYML))
997 } while (pt->flgs & GLOB);
1027 if ((flags & PRNT) && (pt->flgs & PRNT)) {