Lines Matching defs:here
112 set here, to make it easier to fiddle with them, and removed "b" from the input
2979 uint8_t *here = start;
2983 size_t rlen = (size_t)(pbuffer8_size - (here - buffer));
2998 if (s == NULL) return (here == start)? NULL : start;
3002 memcpy(here, s, len);
3003 here[len] = '\n';
3004 here[len+1] = 0;
3014 if (fgets((char *)here, rlen, f) == NULL)
3015 return (here == start)? NULL : start;
3018 dlen = strlen((char *)here);
3019 here += dlen;
3024 if (here > start && here[-1] == '\n') return start;
3044 size_t here_offset = here - buffer;
3047 here = buffer + here_offset;
3051 /* Control never gets here */
3125 it is allowed here and find the field that is to be changed.
3194 fprintf(outfile, "** '%s' is not valid here\n", m->name);
3196 fprintf(outfile, "** /%c is not valid here\n", c);
3543 fprintf(outfile, "** '%s' is not valid here\n", m->name);
5229 number here. A callout with a string argument has been displayed above. */
5745 /* We used to have "while (isxdigit(*(++pt)))" here, but it fails
5929 checked at compile time, but we need to check the match-time settings here. */
6567 /* Note: don't use the start/end variables here because we want to
6732 /* Control reaches here in two circumstances: (a) after a match, and (b)
6736 of one character. So effectively we get here only after a match. If we
7429 /* Control never reaches here */