Searched refs:opno (Results 1 – 1 of 1) sorted by relevance
41 int opno; /* number of opening bracket */ member334 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()[all …]