Lines Matching defs:hit
202 unsigned not, hit;
299 if (command->hit) {
301 if (!command->rmatch[1]) command->hit = 0;
308 } else if (lm > 0 && lm < TT.count) command->hit = 0;
309 else if (lm < -1 && TT.count == command->hit+(-lm-1)) command->hit = 0;
317 command->hit = TT.count;
319 command->hit = TT.count;
325 lm = !(command->not^!!command->hit);
328 if (miss || command->lmatch[1] == TT.count) command->hit = 0;
373 if (!command->hit) emit(str, strlen(str), 1);
664 command->hit = 0;
757 // Append this line to previous multiline command? (hit indicates type.)
758 // During parsing "hit" stores data about line continuations, but in
761 if (command && command->prev->hit) {
772 if (command->hit < 256) goto resume_s;
861 command->hit = delim;
866 while (*end != command->hit) {
880 if (*line == command->hit) command->hit = 0;
971 command->hit = 0;
1013 command->hit = 256;