Lines Matching defs:hit
64 int hit;
2177 int hit;
2280 hit = (notice || options) ? 0 : HIT_noticed;
2284 while (m-- > 0 && *s && hit != (HIT_prototyped|HIT_noticed))
2305 hit |= pragmas[i].hit;
2306 switch (pragmas[i].hit)
2334 else if (!(hit & HIT_noticed))
2338 hit |= HIT_noticed;
2342 for (; *s && *s != '\n' && !(hit & HIT_noticed); s++)
2353 hit |= notices[i].hit;
2359 hit |= notices[i].hit;