Home | History | Annotate | Download | only in pcre

Lines Matching refs:terminator

380   "syntax error in subpattern name (missing terminator)\0"
2231 int terminator; /* Don't combine these lines; the Solaris cc */
2232 terminator = *(++ptr); /* compiler warns about "non-constant" initializer. */
2238 if (*ptr == terminator && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET)
3043 int terminator;
4983 terminator = -1;
4993 terminator = CHAR_GREATER_THAN_SIGN;
4998 terminator = CHAR_APOSTROPHE;
5003 terminator = 0;
5029 if ((terminator > 0 && *ptr++ != terminator) ||
5094 /* If terminator == 0 it means that the name followed directly after
5096 some further alternatives to try. For the cases where terminator != 0
5100 else if (terminator != 0)
5237 terminator = CHAR_RIGHT_PARENTHESIS;
5252 terminator = (*ptr == CHAR_LESS_THAN_SIGN)?
5263 if (*ptr != terminator)
5374 terminator = CHAR_RIGHT_PARENTHESIS;
5405 if (*ptr != terminator)
5481 terminator = CHAR_RIGHT_PARENTHESIS;
5511 if (*ptr != terminator)
5951 terminator = (*(++ptr) == CHAR_LESS_THAN_SIGN)?
5967 for (p = ptr + 1; *p != 0 && *p != terminator; p++)
5972 if (*p != terminator)
5990 if (*p != terminator)
6006 terminator = (*(++ptr) == CHAR_LESS_THAN_SIGN)?