Lines Matching defs:start
405 const char *start;
533 const char *start = s;
544 if (*s == ']' && s != start) {
548 if (*s == '-' && s != start && s[1] != ']' &&
893 if (!ere && s != ctx->start)
961 const char *s = ctx->start;
979 ctx->start = s;
1012 /* handle ^* at the start of a BRE. */
1013 if (!ere && s==ctx->start+1 && s[-1]=='^')
1056 ctx->start = s;
1059 ctx->start = s;
1190 int start = !(regset[i] % 2);
1191 if (start)
1294 /* Add start of this submatch to regset. */
2725 parse_ctx.start = regex;