Searched defs:last1c (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c40 char buf[2048], last1c; local
135 last1c = ' '; /* anything other than newline */
161 last1c = line[n-1];
166 pushrest = (last1c != '\n');
169 pushrest = (last1c != '\n');
286 if (n == 1 && last1c == '\n') { /* blank line -- suppress */

Completed in 58 milliseconds