HomeSort by: relevance | last modified time | path
    Searched defs:bcc (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/EXAMPLES/
ex1.c 63 cchar_t cc, ncc, cstr[ 128 ], icc, icstr[ 128 ], bcc; local in function:main
114 bcc.elements = 8;
115 bcc.attributes = 0;
116 bcc.vals[ 0 ] = L'_';
117 bcc.vals[ 1 ] = 0xda01;
118 bcc.vals[ 2 ] = 0xda02;
119 bcc.vals[ 3 ] = 0xda03;
120 bcc.vals[ 4 ] = 0xda04;
121 bcc.vals[ 5 ] = 0xda05;
122 bcc.vals[ 6 ] = 0xda06
    [all...]
  /src/usr.bin/mail/
main.c 79 [-b bcc-addr] to-addr ... [- sendmail-options ...]\n\
85 Usage: mail [-EiInv] [-r rcfile] [-s subject] [-c cc-addr] [-b bcc-addr]\n\
149 * can get expanded. Without this, the CC: or BCC: list is broken too
181 struct name *to, *cc, *bcc, *smopts; local in function:main
225 bcc = NULL;
347 bcc = cat(bcc, lexpand(optarg, GBCC));
389 if (to == NULL && (subject != NULL || cc != NULL || bcc != NULL))
431 (void)mail(to, cc, bcc, smopts, subject,

Completed in 153 milliseconds