Searched refs:DIR_MTCH (Results 1 – 2 of 2) sorted by relevance
301 if (pt->flgs & DIR_MTCH) in pat_sel()346 pt->flgs = DIR_MTCH | MTCH; in pat_sel()417 if (pt->flgs & DIR_MTCH) { in pat_match()
174 #define DIR_MTCH 0x2 /* pattern matched a directory */ macro