Home | History | Annotate | Download | only in larn

Lines Matching refs:yrepcount

23 int             yrepcount = 0;
44 yrepcount = 0;
47 if (yrepcount > 0) {
48 --yrepcount;
51 yrepcount = 0;
52 if (yrepcount == 0) {
101 yrepcount = yrepcount * 10 + cc - '0';
103 if (yrepcount > 0)
104 --yrepcount;