nl               9256 ext/pcre/pcrelib/pcre_compile.c     cd->nl[0] = (newline >> 8) & 255;
nl               9257 ext/pcre/pcrelib/pcre_compile.c     cd->nl[1] = newline & 255;
nl               9262 ext/pcre/pcrelib/pcre_compile.c     cd->nl[0] = newline;
nl               2124 ext/pcre/pcrelib/pcre_exec.c             UCHAR21TEST(eptr) == NLBLOCK->nl[0])
nl               2168 ext/pcre/pcrelib/pcre_exec.c           UCHAR21TEST(eptr) == NLBLOCK->nl[0])
nl               2311 ext/pcre/pcrelib/pcre_exec.c         UCHAR21TEST(eptr) == NLBLOCK->nl[0])
nl               4396 ext/pcre/pcrelib/pcre_exec.c               UCHAR21(eptr) == NLBLOCK->nl[0])
nl               4649 ext/pcre/pcrelib/pcre_exec.c               *eptr == NLBLOCK->nl[0])
nl               5161 ext/pcre/pcrelib/pcre_exec.c                 c == NLBLOCK->nl[0])
nl               5286 ext/pcre/pcrelib/pcre_exec.c                 c == NLBLOCK->nl[0])
nl               5719 ext/pcre/pcrelib/pcre_exec.c                 UCHAR21(eptr) == NLBLOCK->nl[0])
nl               5961 ext/pcre/pcrelib/pcre_exec.c                 *eptr == NLBLOCK->nl[0])
nl               6638 ext/pcre/pcrelib/pcre_exec.c     md->nl[0] = (newline >> 8) & 255;
nl               6639 ext/pcre/pcrelib/pcre_exec.c     md->nl[1] = newline & 255;
nl               6644 ext/pcre/pcrelib/pcre_exec.c     md->nl[0] = newline;
nl                323 ext/pcre/pcrelib/pcre_internal.h      UCHAR21TEST(p) == NLBLOCK->nl[0] && \
nl                324 ext/pcre/pcrelib/pcre_internal.h      (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1])       \
nl                337 ext/pcre/pcrelib/pcre_internal.h      UCHAR21TEST(p - NLBLOCK->nllen) == NLBLOCK->nl[0] &&              \
nl                338 ext/pcre/pcrelib/pcre_internal.h      (NLBLOCK->nllen == 1 || UCHAR21TEST(p - NLBLOCK->nllen + 1) == NLBLOCK->nl[1]) \
nl               2465 ext/pcre/pcrelib/pcre_internal.h   pcre_uchar nl[4];                 /* Newline string when fixed length */
nl               2531 ext/pcre/pcrelib/pcre_internal.h   pcre_uchar nl[4];               /* Newline string when fixed */
nl               2583 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;