Home | History | Annotate | Download | only in regex

Lines Matching full:size2

871 print_double_string (where, string1, size1, string2, size2)
876 int size2;
892 for (this_char = where - string2; this_char < size2; this_char++)
1217 size2); \
1263 `pend', `string1', `size1', `string2', and `size2'. */
1291 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
3281 STRING1 and STRING2 have length SIZE1 and SIZE2, respectively.
3299 re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
3302 int size1, size2;
3311 int total_size = size1 + size2;
3419 val = re_match_2_internal (bufp, string1, size1, string2, size2,
3485 #define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2)
3560 and SIZE2, respectively). We start matching at POS, and stop
3572 re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
3575 int size1, size2;
3580 int result = re_match_2_internal (bufp, string1, size1, string2, size2,
3589 re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
3592 int size1, size2;
3757 if (pos < 0 || pos > size1 + size2)
3779 if (size2 == 0 && string1 != NULL)
3782 size2 = size1;
3787 end2 = string2 + size2;
3821 DEBUG_PRINT_DOUBLE_STRING (d, string1, size1, string2, size2);