Home
last modified time | relevance | path

Searched refs:h_others (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dsend.c307 head.h_others = NOSTRPTR; in mail()
340 head.h_others = NOSTRPTR; in tmail()
360 head.h_others = NOSTRPTR; in sendmail()
381 head.h_others = NOSTRPTR; in Sendmail()
682 if (hp->h_others != NOSTRPTR && (w & GOTHER)) { in puthead()
684 for (p = hp->h_others; *p; p++) in puthead()
H A Dcollect.c324 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()
H A Dcmd3.c379 head.h_others = NOSTRPTR; in resp1()
961 head.h_others = NOSTRPTR; in Resp1()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h242 char **h_others; /* Other header lines */ member