Home
last modified time | relevance | path

Searched refs:opno (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c43 int opno; /* number of opening bracket */ member
336 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 …]