Searched refs:hcontents (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c311 hp->h_to = addto(hp->h_to, hcontents(linebuf));
314 addone(hp->h_subject, hcontents(linebuf));
316 hp->h_cc = addto(hp->h_cc, hcontents(linebuf));
319 addto(hp->h_bcc, hcontents(linebuf));
322 addone(hp->h_defopt, hcontents(linebuf));
936 hp->h_to = addto(hp->h_to, hcontents(hdr));
938 hp->h_subject = addone(hp->h_subject, hcontents(hdr));
940 hp->h_cc = addto(hp->h_cc, hcontents(hdr));
942 hp->h_bcc = addto(hp->h_bcc, hcontents(hdr));
944 hp->h_defopt = addone(hp->h_defopt, hcontents(hd
[all...]
H A Dfio.c237 cp = hcontents(linebuf);
251 clen = atol(hcontents(linebuf));
258 cp = hcontents(linebuf);
H A Daux.c159 r = (*add)(r, hcontents(linebuf));
262 hcontents(char hfield[]) function
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h491 extern char *hcontents(char hfield[]);

Completed in 64 milliseconds