Searched refs:ghostwheel (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | sed.c | 215 static int ghostwheel(regex_t *preg, char *string, long len, int nmatch, in ghostwheel() function 322 if (line && !ghostwheel(rm, line, len, 0, 0, 0)) miss = 1; in walk_pattern() 331 if (line && !ghostwheel(rm, line, len, 0, 0, 0)) logrus->hit++; in walk_pattern() 493 while (!ghostwheel(reg, rline, rlen, 10, match, mflags)) { in walk_pattern()
|