Home | History | Annotate | Download | only in devel

Lines Matching defs:justone

68 check_all_values (int justone, int quick)
102 if (justone) return 0;
153 check_some_values (int justone, int quick)
189 if (justone) return 0;
265 check_corner_cases (int justone, int quick)
299 if (justone) return 0;
366 int justone = 0;
387 justone = 1;
390 justone = 0;
395 return check_all_values (justone, quick);
397 return check_corner_cases (justone, quick);
399 return check_some_values (justone, quick);