Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dpushlist.c32 pushlist(int hdrtype, int where, char *s, int contflg) in pushlist() argument
42 affbytecnt += (strlen(s) + ((contflg == TRUE) ? in pushlist()
45 if (contflg == FALSE) { in pushlist()
50 rcvbytecnt += (strlen(s) + ((contflg == TRUE) ? in pushlist()
66 hdrtype, header[hdrtype].tag, contflg, s); in pushlist()
68 if (contflg) { in pushlist()
81 affbytecnt -= (strlen(s) + ((contflg == TRUE) ? in pushlist()
86 rcvbytecnt -= (strlen(s) + ((contflg == TRUE) ? in pushlist()
H A Dmail.h331 extern void pushlist(int hdrtype, int where, char *s, int contflg);