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

/freebsd-13-stable/contrib/sendmail/src/
H A Dheaders.c432 h->h_macro = mid;
442 h->h_macro = mid;
587 h->h_macro = '\0';
1839 (h->h_macro == '\0' ||
1840 (q = macvalue(bitidx(h->h_macro), e)) == NULL ||
H A Dqueue.c826 if (h->h_macro != '\0')
828 if (bitset(0200, h->h_macro))
831 macname(bitidx(h->h_macro)));
834 "$%c", h->h_macro);
H A Dsendmail.h907 unsigned char h_macro; /* include header if macro defined */ member in struct:header

Completed in 137 milliseconds