Searched defs:DELETED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.c40 #define DELETED ((const char *)h) macro
108 if (h->t[j].p != NULL && h->t[j].p != DELETED) {
132 if (result == NULL || result == DELETED)
138 h->t[i].p = DELETED;
148 if (h->t[i].p == DELETED)
160 if (h->t[i].p == DELETED) {
189 if (h->t[*pos].p != DELETED && h->t[*pos].p != NULL)
248 if (h->t[i].p == DELETED) {
258 h->t[i].p = DELETED;
295 if (h->t[i].p == DELETED) {
[all...]
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h57 #define DELETED -1 /* The section will be removed */ macro

Completed in 45 milliseconds