Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/checknr/
Dchecknr.c69 int opno; /* number of opening bracket */ member
344 if (stk[stktop].opno == SZ) { in process()
351 stk[++stktop].opno = SZ; in process()
359 if (stk[stktop].opno == FT) { in process()
366 stk[++stktop].opno = FT; in process()
396 printf(".%s", br[stk[i].opno].opbr); in prop()
397 else switch(stk[i].opno) { in prop()
406 i, stk[i].opno, br[stk[i].opno].opbr, br[stk[i].opno].clbr); in prop()
418 if (stktop >= 0 && eq(mac, br[stk[stktop].opno].clbr)) in chkcmd()
426 stk[stktop].opno = i; in chkcmd()
[all …]