Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mail/
H A Dpushlist.c33 void pushlist(hdrtype, where, s, contflg) in pushlist() argument
46 affbytecnt += (strlen(s) + ((contflg == TRUE) ?
49 if (contflg == FALSE) {
54 rcvbytecnt += (strlen(s) + ((contflg == TRUE) ?
70 hdrtype, header[hdrtype].tag, contflg, s);
72 if (contflg) {
85 affbytecnt -= (strlen(s) + ((contflg == TRUE) ?
90 rcvbytecnt -= (strlen(s) + ((contflg == TRUE) ?
H A Dmail.h331 extern void pushlist(int hdrtype, int where, char *s, int contflg);