Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sendmail/src/
Dheaders.c442 h->h_macro = mid;
455 h->h_macro = mid;
600 h->h_macro = '\0';
1892 (h->h_macro == '\0' ||
1893 (q = macvalue(bitidx(h->h_macro), e)) == NULL ||
Dqueue.c829 if (h->h_macro != '\0')
831 if (bitset(0200, h->h_macro))
834 macname(bitidx(h->h_macro)));
837 "$%c", h->h_macro);
Dsendmail.h960 unsigned char h_macro; /* include header if macro defined */ member