Lines Matching defs:cnt
91 int cnt;
194 for (cnt = 0; c = *ed; ed++)
196 if (c == '(') cnt++;
197 else if (c == ')' && !--n) cnt = 0;
198 else if (cnt <= 0)
210 for (cnt = 0; c = *ed; ed++)
212 if (c == '(') cnt++;
213 else if (c == ')' && !--n) cnt = 0;
214 else if (cnt <= 0)
311 for (cnt = n = 0; c = *ed; ed++)
313 if (cnt)
315 if (c == cnt) n++;
316 else if (c == cntlim && !--n) cnt = 0;
320 cnt = '(';
326 cnt = '[';