Searched refs:svopts (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/mail/ |
H A D | ckdlivopts.c | 66 int ckdlivopts(tcopy_hdr, svopts) in ckdlivopts() argument 68 int *svopts; 76 if (svopts && *svopts != 0) { 77 Dout(pn, 0, "*svopts = o%o\n", *svopts); 78 return (*svopts); 109 if (svopts) 110 *svopts = rc;
|
H A D | gendeliv.c | 40 int didafflines = 0, didrcvlines = 0, suppress = 0, svopts = 0; local 71 if (ckdlivopts(H_DTCOPY, &svopts) & NODELIVERY) { 77 if (ckdlivopts(H_DTCOPY, &svopts) & IGNORE) { 194 if (ckdlivopts(H_DTCOPY, &svopts) & RETURN) {
|
H A D | mail.h | 280 extern int ckdlivopts(int tcopy_hdr, int *svopts);
|