Searched refs:addone (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/mailx/ |
H A D | receipt.c | 67 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 D | cmd1.c | 231 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 D | collect.c | 314 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 D | quit.c | 138 id = hfield("message-id", mp, addone); in quit() 142 id = hfield("article-id", mp, addone); in quit()
|
H A D | cmd3.c | 359 head.h_subject = hfield("subject", mp, addone); in resp1() 361 head.h_subject = hfield("subj", mp, addone); in resp1() 953 subject = hfield("subject", mp, addone); in Resp1() 956 subject = hfield("subj", mp, addone); in Resp1()
|
H A D | cmd4.c | 296 if ((cp = hfield(fld, mp, addone)) != NULL) in field()
|
H A D | list.c | 710 cp2 = hfield("subject", mp, addone); in matchsubj()
|
H A D | fio.c | 513 if ((id = hfield("article-id", mp, addone)) != NOSTR) in edstop()
|
/titanic_41/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 434 extern char *addone(char hf[], char news[]);
|