Lines Matching refs:readtty
48 static char *readtty(char pr[], char src[]);
130 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
135 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
140 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
145 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
150 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
171 readtty(char pr[], char src[]) in readtty() function
280 return(readtty(pr, cp)); in readtty()
499 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
508 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
517 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
526 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
535 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
561 readtty(char pr[], char src[]) in readtty() function
618 return(readtty(pr, cp)); in readtty()