Searched refs:bn1 (Results 1 – 2 of 2) sorted by relevance
632 struct keynote_binary *bn1, *bn2; in kn_keycompare() local684 bn1 = (struct keynote_binary *) key1; in kn_keycompare()686 if ((bn1->bn_len == bn2->bn_len) && in kn_keycompare()687 !memcmp(bn1->bn_key, bn2->bn_key, bn1->bn_len)) in kn_keycompare()
1216 #my ($bn1)=split(/\s+/,$bn_obj);1217 #$bn1 = "" unless defined $bn1;1218 #$bn1=$bn_asm unless ($bn1 =~ /\.o$/);1219 #$bn_obj="$bn1";