Lines Matching refs:opno
41 int opno; /* number of opening bracket */
334 if (stk[stktop].opno == SZ) {
343 stk[stktop].opno = SZ;
351 if (stk[stktop].opno == FT) {
360 stk[stktop].opno = FT;
390 (void) printf(".%s", br[stk[i].opno].opbr);
391 else switch (stk[i].opno) {
399 (void) printf(gettext("Bug: stk[%d].opno = %d = .%s, .%s"),
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))
422 stk[stktop].opno = i;
453 if (eq(mac, br[stk[j].opno].clbr)) {
460 if (stk[j+1].opno == FT &&
462 stk[j+2].opno == FT &&