Searched refs:h_subject (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/mailx/
H A Dnames.c142 hp->h_subject = 0;
188 hp->h_subject = 0;
190 else if (!hp->h_subject || !streq(hp->h_subject, s)) {
192 hp->h_subject = savestr(s);
284 return hp->h_subject;
H A Dmain.c410 if (head.h_subject = optarg)
H A Dcollect.c406 else if (state.var.interactive && !hp->h_subject && (state.askheaders & GSUB)) {
681 if (hp->h_subject = savestr(s))
H A Dsend.c474 if (letter.hp->h_subject)
666 fprintf(fp, "%s%s\n", lp->name, hp->h_subject);
H A Dcmd3.c525 if (head.h_subject = grab(mp, GSUB, NiL))
527 head.h_subject = reedit(head.h_subject);
H A Dmailx.h464 char* h_subject; /* Subject string */ member in struct:header

Completed in 31 milliseconds