Searched refs:opno (Results 1 – 1 of 1) sorted by relevance
43 int opno; /* number of opening bracket */ member336 if (stk[stktop].opno == SZ) { in process()345 stk[stktop].opno = SZ; in process()353 if (stk[stktop].opno == FT) { in process()362 stk[stktop].opno = FT; in process()392 (void) printf(".%s", br[stk[i].opno].opbr); in prop()393 else switch (stk[i].opno) { in prop()402 i, stk[i].opno, br[stk[i].opno].opbr, in prop()403 br[stk[i].opno].clbr); in prop()416 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) in chkcmd()[all …]