Searched refs:h_others (Results 1 – 4 of 4) sorted by relevance
306 head.h_others = NOSTRPTR; in mail()339 head.h_others = NOSTRPTR; in tmail()359 head.h_others = NOSTRPTR; in sendmail()380 head.h_others = NOSTRPTR; in Sendmail()681 if (hp->h_others != NOSTRPTR && (w & GOTHER)) { in puthead()683 for (p = hp->h_others; *p; p++) in puthead()
324 hp->h_others = Xaddone(hp->h_others, linebuf); in collect()930 oothers = hp->h_others; in mesedit()932 hp->h_others = NOSTRPTR; in mesedit()946 hp->h_others = Xaddone(hp->h_others, hdr); in mesedit()955 hp->h_others = oothers; in mesedit()
381 head.h_others = NOSTRPTR; in resp1()963 head.h_others = NOSTRPTR; in Resp1()
241 char **h_others; /* Other header lines */ member