Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dheaders.c456 h->h_macro = mid;
469 h->h_macro = mid;
613 h->h_macro = '\0';
1904 (h->h_macro == '\0' ||
1905 (q = macvalue(bitidx(h->h_macro), e)) == NULL ||
H A Dqueue.c833 if (h->h_macro != '\0')
835 if (bitset(0200, h->h_macro))
838 macname(bitidx(h->h_macro)));
841 "$%c", h->h_macro);
H A Dsendmail.h1003 unsigned char h_macro; /* include header if macro defined */ member