Lines Matching refs:hp

113 grabh(register struct header *hp, int gflags, int subjtop)  in grabh()  argument
130 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
131 if (hp->h_to != NOSTR) in grabh()
132 hp->h_seq++; in grabh()
135 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
136 if (hp->h_subject != NOSTR) in grabh()
137 hp->h_seq++; in grabh()
140 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
141 if (hp->h_cc != NOSTR) in grabh()
142 hp->h_seq++; in grabh()
145 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
146 if (hp->h_bcc != NOSTR) in grabh()
147 hp->h_seq++; in grabh()
150 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
151 if (hp->h_subject != NOSTR) in grabh()
152 hp->h_seq++; in grabh()
464 grabh(struct header *hp, int gflags, int subjtop) in grabh() argument
496 if (!ttyset && hp->h_to != NOSTR) in grabh()
499 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
500 if (hp->h_to != NOSTR) in grabh()
501 hp->h_seq++; in grabh()
505 if (!ttyset && hp->h_subject != NOSTR) in grabh()
508 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
509 if (hp->h_subject != NOSTR) in grabh()
510 hp->h_seq++; in grabh()
514 if (!ttyset && hp->h_cc != NOSTR) in grabh()
517 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
518 if (hp->h_cc != NOSTR) in grabh()
519 hp->h_seq++; in grabh()
523 if (!ttyset && hp->h_bcc != NOSTR) in grabh()
526 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
527 if (hp->h_bcc != NOSTR) in grabh()
528 hp->h_seq++; in grabh()
532 if (!ttyset && hp->h_subject != NOSTR) in grabh()
535 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
536 if (hp->h_subject != NOSTR) in grabh()
537 hp->h_seq++; in grabh()