Searched refs:TYPE_ARCHIVE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c166 if (!(dp->type & (TYPE_ARCHIVE|TYPE_DIRECTORY)))
210 dp->type |= TYPE_ARCHIVE;
468 if (pp.test & 0x0040) error(1, "SEARCH#%d dir=%s%s%s%s%s file=%s%s path=%s index=%d", __LINE__, dp->name, (dp->type & TYPE_ARCHIVE) ? " ARCHIVE" : "", (dp->type & TYPE_BUFFER) ? " BUFFER" : "", (dp->type & TYPE_CHECKPOINT) ? " CHECKPOINT" : "", (dp->type & TYPE_DIRECTORY) ? " DIRECTORY" : "", fp->name, (fp->flags & INC_MEMBER(index)) ? " MEMBER" : "", pp.path, index);
H A Dpplib.h527 #define TYPE_ARCHIVE (1<<0) macro

Completed in 459 milliseconds