Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c39 char buf[2048], last1c; in sendmail() local
134 last1c = ' '; /* anything other than newline */ in sendmail()
160 last1c = line[n-1]; in sendmail()
165 pushrest = (last1c != '\n'); in sendmail()
168 pushrest = (last1c != '\n'); in sendmail()
285 if (n == 1 && last1c == '\n') { /* blank line -- suppress */ in sendmail()