Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpat_rep.c275 if (pt->flgs & MTCH) in pat_chk()
319 pt->flgs |= MTCH; in pat_sel()
375 pt->flgs = DIR_MTCH | MTCH; in pat_sel()
H A Dpax.h84 #define MTCH 0x1 /* pattern has been matched */ macro