Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Disheader.c53 return (H_CONT); in isheader()
57 for (i = 1; i < H_CONT; i++) { in isheader()
H A Dsavehdrs.c41 if (hdrtype > H_CONT) {
44 if (hdrtype == H_CONT) {
H A Dclr_hinfo.c56 for (i = 0; i < H_CONT; i++) { in clr_hinfo()
H A Dsel_disp.c52 case H_CONT: in sel_disp()
H A Dmail.h162 #define H_CONT 26 /* Continuation of previous line */ macro
392 extern struct hdrlines hdrlines[H_CONT];
H A Dinit.c104 struct hdrlines hdrlines[H_CONT];
H A Dcopylet.c301 case H_CONT: in xxxcopylet()
H A Dsendmail.c219 case H_CONT: in sendmail()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h161 #define H_CONT 26 /* Continuation of previous line */ macro