Searched refs:isheader (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Disheader.c29 * isheader(lp, ctf) - check if lp is header line and return type
32 * isheader() is called on a message. isheader() sets
39 isheader(lp, ctfp) function
H A Dcopymt.c70 } else if ((hdr = isheader (line, &ctf)) == FALSE) {
96 hdr = isheader(line, &ctf);
H A DMakefile44 isheader.o isit.o islocal.o istext.o legal.o \
H A Dcopylet.c120 htype = isheader (buf, &ctf);
300 htype = isheader (buf, &ctf);
H A Dmail.h310 extern int isheader(char *lp, int *ctfp);
H A Dsendmail.c171 if ((hdrtyp = isheader(line, &ctf)) == FALSE) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c602 if (!isheader(buf))
643 /* guaranteed by isheader(buf) */
H A Dheaders.c756 isheader(h) function
H A Dsendmail.h834 extern bool isheader __P((char *));

Completed in 1106 milliseconds