Lines Matching refs:opno
41 int opno; /* number of opening bracket */ member
334 if (stk[stktop].opno == SZ) { in process()
343 stk[stktop].opno = SZ; in process()
351 if (stk[stktop].opno == FT) { in process()
360 stk[stktop].opno = FT; in process()
390 (void) printf(".%s", br[stk[i].opno].opbr); in prop()
391 else switch (stk[i].opno) { in prop()
400 i, stk[i].opno, br[stk[i].opno].opbr, in prop()
401 br[stk[i].opno].clbr); in prop()
414 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) in chkcmd()
422 stk[stktop].opno = i; in chkcmd()
453 if (eq(mac, br[stk[j].opno].clbr)) { in nomatch()
460 if (stk[j+1].opno == FT && in nomatch()
462 stk[j+2].opno == FT && in nomatch()