Searched refs:MAP_INDEX (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/pax/
H A Dmisc.c419 if (!(to = fmtbuf(n + ((mp->flags & MAP_INDEX) ? 10 : 0))))
422 if (mp->flags & MAP_INDEX)
H A Dpax.h215 #define MAP_INDEX 0x01 /* append .%d index on match */ macro
H A Dpax.c213 mp->flags |= MAP_INDEX;

Completed in 49 milliseconds