Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mailx/
H A Dtty.c50 static char *readtty(char pr[], char src[]);
132 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
137 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
142 hp->h_cc = addto(NOSTR, readtty("Cc: ", hp->h_cc)); in grabh()
147 hp->h_bcc = addto(NOSTR, readtty("Bcc: ", hp->h_bcc)); in grabh()
152 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
173 readtty(char pr[], char src[]) in readtty() function
282 return(readtty(pr, cp)); in readtty()
501 hp->h_to = addto(NOSTR, readtty("To: ", hp->h_to)); in grabh()
510 hp->h_subject = readtty("Subject: ", hp->h_subject); in grabh()
[all …]