Home | History | Annotate | Download | only in pcre

Lines Matching full:delimiter

1413   int erroroffset, len, delimiter, poffset;
1511 /* In-line pattern (the usual case). Get the delimiter and seek the end of
1514 delimiter = *p++;
1516 if (isalnum(delimiter) || delimiter == '\\')
1518 fprintf(outfile, "** Delimiter must not be alphanumeric or \\\n");
1530 else if (*pp == delimiter) break;
1548 /* If the first character after the delimiter is backslash, make
1554 /* Terminate the pattern at the delimiter, and save a copy of the pattern
1560 /* Look for options after final delimiter */