Searched refs:DELETED (Results 1 - 4 of 4) 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 Dfile.c507 state->sec_table[SYM].secno = (GElf_Word)DELETED;
523 (GElf_Word)DELETED;
596 (GElf_Word)DELETED) ||
606 secno = (GElf_Word)DELETED;
617 (GElf_Word)DELETED) ||
627 (GElf_Word)DELETED;
633 * Now, take care of DELETED sections
638 if (sinfo->secno == (GElf_Word)DELETED) {
733 (state->sec_table[shstrndx].secno == (GElf_Word)DELETED))
774 if ((info->secno != (GElf_Word)DELETED)
[all...]
H A Dmcs.h57 #define DELETED -1 /* The section will be removed */ macro
H A Dutils.c132 info->secno = (GElf_Word)DELETED;

Completed in 49 milliseconds