Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c47 int hdrtyp = 0; in sendmail() local
170 if ((hdrtyp = isheader(line, &ctf)) == FALSE) { in sendmail()
174 switch (hdrtyp) { in sendmail()
186 hdrtyp = H_FROM1; in sendmail()
230 if (!n) savehdrs(line, hdrtyp); in sendmail()