Searched refs:hcontents (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | collect.c | 311 hp->h_to = addto(hp->h_to, hcontents(linebuf)); in collect() 314 addone(hp->h_subject, hcontents(linebuf)); in collect() 316 hp->h_cc = addto(hp->h_cc, hcontents(linebuf)); in collect() 319 addto(hp->h_bcc, hcontents(linebuf)); in collect() 322 addone(hp->h_defopt, hcontents(linebuf)); in collect() 936 hp->h_to = addto(hp->h_to, hcontents(hdr)); in mesedit() 938 hp->h_subject = addone(hp->h_subject, hcontents(hdr)); in mesedit() 940 hp->h_cc = addto(hp->h_cc, hcontents(hdr)); in mesedit() 942 hp->h_bcc = addto(hp->h_bcc, hcontents(hdr)); in mesedit() 944 hp->h_defopt = addone(hp->h_defopt, hcontents(hdr)); in mesedit()
|
H A D | fio.c | 237 cp = hcontents(linebuf); in setptr() 251 clen = atol(hcontents(linebuf)); in setptr() 258 cp = hcontents(linebuf); in setptr()
|
H A D | util.c | 157 r = (*add)(r, hcontents(linebuf)); in hfield() 260 hcontents(char hfield[]) in hcontents() function
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 492 extern char *hcontents(char hfield[]);
|