Lines Matching defs:agree
194 int i, agree;
303 agree = 1;
304 while (agree <= 7 &&
305 UCASE(current) == (wchar_t)infstring[agree]) {
307 agree++;
309 if (agree >= 3) {
313 good = (agree < 8)? cp + 2 - agree : cp - 1;
322 agree = 1;
323 while (agree <= 2 &&
324 UCASE(current) == (wchar_t)nanstring[agree]) {
326 agree++;
328 if (agree == 3) {