Searched refs:opcnt (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/re/
H A Ded.c722 int opcnt; local
727 opcnt = 0;
733 if (!opcnt)
743 if (opcnt)
748 if ((c = getchr()) == EOF || (c -= MARK_MIN) < 0 || c >= elementsof(ed.marks) || opcnt)
778 if (nextopand == opcnt) {
785 if (!opcnt)
792 nextopand = ++opcnt;
797 opcnt++;

Completed in 10 milliseconds