Home
last modified time | relevance | path

Searched refs:MTCH (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/pax/
H A Dpat_rep.c246 if (pt->flgs & MTCH) in pat_chk()
290 pt->flgs |= MTCH; in pat_sel()
346 pt->flgs = DIR_MTCH | MTCH; in pat_sel()
H A Dpax.h173 #define MTCH 0x1 /* pattern has been matched */ macro