Lines Matching refs:hit
149 unsigned not, hit; member
246 if (command->hit) { in sed_line()
248 if (!command->rmatch[1]) command->hit = 0; in sed_line()
255 } else if (lm > 0 && lm < TT.count) command->hit = 0; in sed_line()
256 else if (lm < -1 && TT.count == command->hit+(-lm-1)) command->hit = 0; in sed_line()
264 command->hit = TT.count; in sed_line()
266 command->hit = TT.count; in sed_line()
272 lm = !(command->not^!!command->hit); in sed_line()
275 if (miss || command->lmatch[1] == TT.count) command->hit = 0; in sed_line()
320 if (!command->hit) emit(str, strlen(str), 1); in sed_line()
613 command->hit = 0; in do_sed_file()
710 if (command && command->prev->hit) { in parse_pattern()
721 if (command->hit < 256) goto resume_s; in parse_pattern()
811 command->hit = delim; in parse_pattern()
816 while (*end != command->hit) { in parse_pattern()
830 if (*line == command->hit) command->hit = 0; in parse_pattern()
923 command->hit = 0; in parse_pattern()
965 command->hit = 256; in parse_pattern()