Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c482 F_SET(infop, REGION_REMOVED);
511 if (F_ISSET(infop, REGION_REMOVED))
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h276 #define REGION_REMOVED 0x0080 /* Already deleted. */ macro