Lines Matching refs:end_pattern
48 #define PSEND end_pattern /* Field containing processed string end */
3038 for (; ptr < cb->end_pattern; ptr++)
3067 while (*ptr != CHAR_NULL || ptr < cb->end_pattern)
3096 rc = PRIV(check_escape)(&ptr, cb->end_pattern, &x, errorcodeptr, options,
3249 for (; ptr < cb->end_pattern; ptr++)
3284 while (ptr < cb->end_pattern)
3319 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &c, &errorcode, options,
3369 if (c == CHAR_NULL && ptr >= cb->end_pattern)
3404 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &c, &errorcode,
3444 while (ptr < cb->end_pattern && *ptr != CHAR_RIGHT_PARENTHESIS)
3575 if (++ptr >= cb->end_pattern)
4049 if (c != CHAR_NULL || ptr < cb->end_pattern)
4094 while (ptr < cb->end_pattern)
4120 while (ptr < cb->end_pattern && *ptr != CHAR_RIGHT_PARENTHESIS) ptr++;
4164 if (ptr < cb->end_pattern) goto NORMAL_CHAR; /* Zero data character */
4362 if (c == CHAR_NULL && ptr >= cb->end_pattern)
4553 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr,
4765 descape = PRIV(check_escape)(&ptr, cb->end_pattern, &d,
5124 while (ptr < cb->end_pattern)
5912 while (ptr < cb->end_pattern && *ptr != CHAR_RIGHT_PARENTHESIS)
6136 for (i = 4; ptr + i < cb->end_pattern; i++)
6560 if (++ptr >= cb->end_pattern)
7236 escape = PRIV(check_escape)(&ptr, cb->end_pattern, &ec, errorcodeptr,
8434 cb.end_pattern = pattern + patlen;