Searched refs:mappednewline (Results 1 – 1 of 1) sorted by relevance
115 int mappednewline; /* inverse mapped '\n' */ member2124 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1; in grp()2143 env->explicit = (env->flags & (REG_NEWLINE|REG_SPAN)) == REG_NEWLINE ? env->mappednewline : -1; in grp()3029 …a->re.bm.skip[0] = a->re.bm.skip[env->mappednewline] = (y->next && y->next->type == REX_END) ? HIT… in special()3228 env.mappednewline = '\n'; in regcomp()3240 env.mappednewline = i; in regcomp()3257 env.explicit = env.mappednewline; in regcomp()