Home | History | Annotate | Download | only in Modules

Lines Matching refs:SRE_IS_LINEBREAK

30                 SRE_IS_LINEBREAK((int) ptr[-1]));
34 SRE_IS_LINEBREAK((int) ptr[0])) ||
39 SRE_IS_LINEBREAK((int) ptr[0]));
217 while (ptr < end && !SRE_IS_LINEBREAK(*ptr))
625 if (ctx->ptr >= end || SRE_IS_LINEBREAK(ctx->ptr[0]))