Lines Matching defs:br
54 } br[MAXBR] = {
130 "bi", "bl", "bp", "br", "bx", "c.", "c2", "cc", "ce", "cf", "ch", "cs",
207 for (i = 0; br[i].opbr; i++)
210 br[i].opbr = malloc(3);
211 (void) strncpy(br[i].opbr, cp, 2);
212 br[i].clbr = malloc(3);
213 (void) strncpy(br[i].clbr, cp+3, 2);
215 addmac(br[i].opbr);
216 addmac(br[i].clbr);
390 (void) printf(".%s", br[stk[i].opno].opbr);
400 i, stk[i].opno, br[stk[i].opno].opbr,
401 br[stk[i].opno].clbr);
414 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr))
418 for (i = 0; br[i].opbr; i++) {
419 if (eq(mac, br[i].opbr)) {
434 if (eq(mac, br[i].clbr)) {
453 if (eq(mac, br[stk[j].opno].clbr)) {