Lines Matching refs:hit
200 unsigned not, hit; member
297 if (command->hit) { in sed_line()
299 if (!command->rmatch[1]) command->hit = 0; in sed_line()
306 } else if (lm > 0 && lm < TT.count) command->hit = 0; in sed_line()
313 if (line && !regexec0(rm, line, len, 0, 0, 0)) command->hit++; in sed_line()
314 } else if (lm == TT.count || (lm == -1 && !pline)) command->hit++; in sed_line()
320 lm = !(command->hit ^ command->not); in sed_line()
323 if (miss || command->lmatch[1] == TT.count) command->hit = 0; in sed_line()
368 if (!command->hit) emit(str, strlen(str), 1); in sed_line()
645 command->hit = 0; in do_sed_file()
742 if (command && command->prev->hit) { in parse_pattern()
753 if (command->hit < 256) goto resume_s; in parse_pattern()
839 command->hit = delim; in parse_pattern()
844 while (*end != command->hit) { in parse_pattern()
858 if (*line == command->hit) command->hit = 0; in parse_pattern()
949 command->hit = 0; in parse_pattern()
983 command->hit = 256; in parse_pattern()