Home
last modified time | relevance | path

Searched refs:newBcc (Results 1 – 4 of 4) sorted by relevance

/dports/www/sogo2/SOGo-2.4.1/UI/MailerUI/
H A DUIxMailEditor.m376 - (void) setBcc: (NSArray *) newBcc
378 if ([newBcc isKindOfClass: [NSNull class]])
379 newBcc = nil;
381 ASSIGN (bcc, newBcc);
/dports/www/sogo/SOGo-5.4.0/UI/MailerUI/
H A DUIxMailEditor.m376 - (void) setBcc: (NSArray *) newBcc
378 if ([newBcc isKindOfClass: [NSNull class]])
379 newBcc = nil;
381 ASSIGN (bcc, [newBcc uniqueObjects]);
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MailerUI/
H A DUIxMailEditor.m376 - (void) setBcc: (NSArray *) newBcc
378 if ([newBcc isKindOfClass: [NSNull class]])
379 newBcc = nil;
381 ASSIGN (bcc, [newBcc uniqueObjects]);
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dpcode.c7260 pCode *newBcc; in getNegatedBcc() local
7265 case POC_BC: newBcc = pic16_newpCode (POC_BNC , pcop); break; in getNegatedBcc()
7266 case POC_BZ: newBcc = pic16_newpCode (POC_BNZ , pcop); break; in getNegatedBcc()
7267 case POC_BOV: newBcc = pic16_newpCode (POC_BNOV, pcop); break; in getNegatedBcc()
7268 case POC_BN: newBcc = pic16_newpCode (POC_BNN , pcop); break; in getNegatedBcc()
7269 case POC_BNC: newBcc = pic16_newpCode (POC_BC , pcop); break; in getNegatedBcc()
7274 newBcc = NULL; in getNegatedBcc()
7276 return newBcc; in getNegatedBcc()
7514 if (newBcc) { in pic16_OptimizeJumps()
7518 pic16_pCodeReplace (pc_prev, newBcc); in pic16_OptimizeJumps()
[all …]