nl 9254 ext/pcre/pcrelib/pcre_compile.c cd->nl[0] = (newline >> 8) & 255; nl 9255 ext/pcre/pcrelib/pcre_compile.c cd->nl[1] = newline & 255; nl 9260 ext/pcre/pcrelib/pcre_compile.c cd->nl[0] = newline; nl 2122 ext/pcre/pcrelib/pcre_exec.c UCHAR21TEST(eptr) == NLBLOCK->nl[0]) nl 2166 ext/pcre/pcrelib/pcre_exec.c UCHAR21TEST(eptr) == NLBLOCK->nl[0]) nl 2309 ext/pcre/pcrelib/pcre_exec.c UCHAR21TEST(eptr) == NLBLOCK->nl[0]) nl 4394 ext/pcre/pcrelib/pcre_exec.c UCHAR21(eptr) == NLBLOCK->nl[0]) nl 4647 ext/pcre/pcrelib/pcre_exec.c *eptr == NLBLOCK->nl[0]) nl 5159 ext/pcre/pcrelib/pcre_exec.c c == NLBLOCK->nl[0]) nl 5284 ext/pcre/pcrelib/pcre_exec.c c == NLBLOCK->nl[0]) nl 5717 ext/pcre/pcrelib/pcre_exec.c UCHAR21(eptr) == NLBLOCK->nl[0]) nl 5959 ext/pcre/pcrelib/pcre_exec.c *eptr == NLBLOCK->nl[0]) nl 6636 ext/pcre/pcrelib/pcre_exec.c md->nl[0] = (newline >> 8) & 255; nl 6637 ext/pcre/pcrelib/pcre_exec.c md->nl[1] = newline & 255; nl 6642 ext/pcre/pcrelib/pcre_exec.c md->nl[0] = newline; nl 319 ext/pcre/pcrelib/pcre_internal.h UCHAR21TEST(p) == NLBLOCK->nl[0] && \ nl 320 ext/pcre/pcrelib/pcre_internal.h (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1]) \ nl 333 ext/pcre/pcrelib/pcre_internal.h UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] && \ nl 334 ext/pcre/pcrelib/pcre_internal.h (NLBLOCK->nllen == 1 || UCHAR21TEST(p - NLBLOCK->nllen + 1) == NLBLOCK->nl[1]) \ nl 2461 ext/pcre/pcrelib/pcre_internal.h pcre_uchar nl[4]; /* Newline string when fixed length */ nl 2527 ext/pcre/pcrelib/pcre_internal.h pcre_uchar nl[4]; /* Newline string when fixed */ nl 2579 ext/pcre/pcrelib/pcre_internal.h pcre_uchar nl[4]; /* Newline string when fixed */ nl 3091 ext/pcre/pcrelib/pcre_jit_compile.c struct sljit_jump *nl = NULL; nl 3152 ext/pcre/pcrelib/pcre_jit_compile.c nl = JUMP(SLJIT_JUMP); nl 3197 ext/pcre/pcrelib/pcre_jit_compile.c JUMPHERE(nl); nl 167 sapi/fpm/fpm/fpm_stdio.c char *nl; nl 183 sapi/fpm/fpm/fpm_stdio.c nl = strchr(buf, '\n'); nl 184 sapi/fpm/fpm/fpm_stdio.c if (nl || should_print) { nl 186 sapi/fpm/fpm/fpm_stdio.c if (nl) { nl 187 sapi/fpm/fpm/fpm_stdio.c *nl = '\0'; nl 193 sapi/fpm/fpm/fpm_stdio.c if (nl) { nl 194 sapi/fpm/fpm/fpm_stdio.c int out_buf = 1 + nl - buf;