Lines Matching defs:here
65 are set here, to make it easier to fiddle with them, and removed "b" from the
104 here before pcre_internal.h so that the PCRE_EXP_xxx macros get set
111 to keep two copies, we include the source file here, changing the names of the
137 contained in the printint.src file. We uses it here also, in cases when the
577 uschar *here = start;
581 int rlen = (int)(buffer_size - (here - buffer));
596 if (s == NULL) return (here == start)? NULL : start;
600 memcpy(here, s, len);
601 here[len] = '\n';
602 here[len+1] = 0;
612 if (fgets((char *)here, rlen, f) == NULL)
613 return (here == start)? NULL : start;
616 dlen = (int)strlen((char *)here);
617 if (dlen > 0 && here[dlen - 1] == '\n') return start;
618 here += dlen;
640 here = new_buffer + (here - buffer);
652 return NULL; /* Control never gets here */
1625 /* The '\r' test here is so that it works on Windows. */