Home
last modified time | relevance | path

Searched refs:h_macro (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c418 h->h_macro = mid;
428 h->h_macro = mid;
573 h->h_macro = '\0';
1812 (h->h_macro == '\0' ||
1813 (q = macvalue(bitidx(h->h_macro), e)) == NULL ||
H A Dqueue.c807 if (h->h_macro != '\0')
809 if (bitset(0200, h->h_macro))
812 macname(bitidx(h->h_macro)));
815 "$%c", h->h_macro);
H A Dsendmail.h777 unsigned char h_macro; /* include header if macro defined */ member