Lines Matching refs:where

527    the byte after where the number is stored.  Therefore, DESTINATION
592 DESTINATION, and increment DESTINATION to the byte after where the
624 of table itself, but the before where the number of ranges is
999 print_double_string (where, string1, size1, string2, size2)
1000 const char *where;
1008 if (where == NULL)
1012 if (FIRST_STRING_P (where))
1014 for (this_char = where - string1; this_char < size1; this_char++)
1017 where = string2;
1020 for (this_char = where - string2; this_char < size2; this_char++)
1888 /* Points to the end of the buffer, where we should append. */
1913 This tells, e.g., postfix * where to find the start of its
1924 /* Address of the place where a forward jump should go to the end of
3322 /* Set fastmap[I] 1 where I is a base leading code of each
3547 /* If what's on the stack is where we are now, pop it. */
3676 doesn't let you say where to stop matching. */
4169 registers, and, finally, two char *'s. The first char * is where
4170 to resume scanning the pattern; the second one is where to resume
4198 regnum-th regstart pointer points to where in the pattern we began
4199 matching and the regnum-th regend points to right after where we
4330 /* Compute where to stop matching, within the two strings. */
4710 /* Save the position in the string where we were the last time
4713 against `ab'; then we want to ignore where we are now in
4754 against `aba'; then we want to ignore where we are now in
5280 its matching on_failure_jump, where the latter will push a
5317 /* We need this opcode so we can detect where alternatives end