Lines Matching refs:same

104 The same workspace is used during the second, actual compile phase for
113 kicks in at the same number of forward references in all cases. */
351 string_pXsp, /* \s */ /* space and POSIX space are the same. */
410 string_pXwd, /* word */ /* Perl and POSIX space are the same */
425 string_PXwd, /* ^word */ /* Perl and POSIX space are the same */
500 "two named subpatterns have the same name\0"
527 "different names for subpatterns of the same number are not allowed\0"
564 For convenience, we use the same bit definitions as in chartables:
737 2 Check character categories in the same group (general or particular)
738 3 TRUE if the two opcodes are not the same (PROP vs NOTPROP)
799 because they can all use the same code. For more details see the comment where
804 same here. */
1002 /* PCRE_UTF16 has the same value as PCRE_UTF8. */
1758 the same code. Note that we must not include the OP_KETRxxx opcodes here,
2967 /* The othercase might be the same value. */
3212 /* In 8 bit, non-UTF mode, OP_CLASS and OP_NCLASS are the same. */
3326 BOOL same = leftop == rightop;
3335 2 Check character categories in the same group (general or particular)
3336 3 Return TRUE if the two opcodes are not the same
3345 case 2: accepted = (base_list[3] == list[3]) != same; break;
3346 case 3: accepted = !same; break;
3349 accepted = risprop && catposstab[base_list[3]][list[3]] == same;
3353 accepted = lisprop && catposstab[list[3]][base_list[3]] == same;
3360 others means they can all use the same code below.
4195 length - this means that the same lists of (e.g.) horizontal spaces can be used
4228 if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */
4426 /* PCRE_UTF[16|32] have the same value as PCRE_UTF8. */
5273 /* A hyphen followed by a POSIX class is treated in the same way. */
6142 behaviour of (?:xx)++ is the same as (?>xx)++ and this saves having to
6960 necessary. Duplicates for the same number are skipped; other duplicates
6992 number is the same, break the loop, which causes the name to be
6995 scanning in case this is a duplicate with the same number. For
7019 if (i >= cd->names_found) /* Not a duplicate with same number */
8118 uses the same numbers. */
8586 char. If all branches start with the same asserted char, or with a
8587 non-conditional bracket all of whose alternatives start with the same asserted
8809 this purpose. The same space is used in the second phase for remembering where
8965 /* PCRE_UTF(16|32) have the same value as PCRE_UTF8. */