Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mail/
H A Dsavehdrs.c54 if ((hdrtype == H_FROM) || (hdrtype == H_FROM1)) {
63 case H_FROM1:
65 if (hdrlines[H_FROM1].head == (struct hdrs *)NULL) {
H A Dgoback.c81 strncmp(line, header[H_FROM1].tag,
82 strlen(header[H_FROM1].tag)) == SAME; ) {
H A Disheader.c64 if ((i == H_FROM) || (i == H_FROM1)) {
H A Dsendmail.c187 hdrtyp = H_FROM1;
188 case H_FROM1:
H A Dgethead.c135 header[H_FROM1].tag, 6)) == SAME) && in gethead()
H A Dgendeliv.c120 if ((hptr = hdrlines[H_FROM1].tail) == (struct hdrs *)NULL) {
H A Dmail.h145 #define H_FROM1 9 /* ">From " */ macro
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h142 #define H_FROM1 9 /* ">From " */ macro