Home
last modified time | relevance | path

Searched refs:addone (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Dreceipt.c67 if (icsubstr(hfield("default-options", mp, addone), "/receipt") in receipt()
86 if (s = hfield("message-id", mp, addone)) in receipt()
88 s = hfield("subject", mp, addone); in receipt()
H A Dcmd1.c231 if ((subjline = hfield("subject", mp, addone)) == NOSTR && in printhead()
232 (subjline = hfield("subj", mp, addone)) == NOSTR && in printhead()
233 (subjline = hfield("message-status", mp, addone)) == NOSTR) in printhead()
273 if ((fromline = hfield("newsgroups", mp, addone)) == NOSTR && in printhead()
274 (fromline = hfield("article-id", mp, addone)) == NOSTR) in printhead()
H A Dcollect.c314 addone(hp->h_subject, hcontents(linebuf)); in collect()
322 addone(hp->h_defopt, hcontents(linebuf)); in collect()
484 hp->h_defopt = addone(hp->h_defopt, myname); in collect()
938 hp->h_subject = addone(hp->h_subject, hcontents(hdr)); in mesedit()
944 hp->h_defopt = addone(hp->h_defopt, hcontents(hdr)); in mesedit()
1262 hf = addone(hf, name); in addto()
1271 addone(char hf[], char news[]) in addone() function
H A Dquit.c138 id = hfield("message-id", mp, addone); in quit()
142 id = hfield("article-id", mp, addone); in quit()
H A Dcmd3.c357 head.h_subject = hfield("subject", mp, addone); in resp1()
359 head.h_subject = hfield("subj", mp, addone); in resp1()
951 subject = hfield("subject", mp, addone); in Resp1()
954 subject = hfield("subj", mp, addone); in Resp1()
H A Dcmd4.c294 if ((cp = hfield(fld, mp, addone)) != NULL) in field()
H A Dlist.c709 cp2 = hfield("subject", mp, addone); in matchsubj()
H A Dfio.c513 if ((id = hfield("article-id", mp, addone)) != NOSTR) in edstop()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h435 extern char *addone(char hf[], char news[]);