Home | History | Annotate | Download | only in dist

Lines Matching defs:here

87 are set here, to make it easier to fiddle with them, and removed "b" from the
138 here before pcre_internal.h so that the PCRE_EXP_xxx macros get set
160 to keep two copies, we include the source files here, changing the names of the
170 the same as in the printint.src file. We uses it here in cases when the locale
1872 pcre_uint8 *here = start;
1876 size_t rlen = (size_t)(buffer_size - (here - buffer));
1891 if (s == NULL) return (here == start)? NULL : start;
1895 memcpy(here, s, len);
1896 here[len] = '\n';
1897 here[len+1] = 0;
1907 if (fgets((char *)here, rlen, f) == NULL)
1908 return (here == start)? NULL : start;
1911 dlen = (int)strlen((char *)here);
1912 if (dlen > 0 && here[dlen - 1] == '\n') return start;
1913 here += dlen;
1934 here = new_buffer + (here - buffer);
1944 /* Control never gets here */
2669 /* Control should never reach here in 16 bit mode. */
2765 /* Control should never reach here in 32 bit mode. */
3872 /* The '\r' test here is so that it works on Windows. */
4660 /* We used to have "while (isxdigit(*(++pt)))" here, but it fails
5289 /* Note: don't use the start/end variables here because we want to