Lines Matching refs:mcnt

811   int mcnt, mcnt2;  in PREFIX()  local
838 mcnt = *p++; in PREFIX()
839 printf ("/exactn/%d", mcnt); in PREFIX()
845 while (--mcnt); in PREFIX()
850 mcnt = *p++; in PREFIX()
851 printf ("/exactn_bin/%d", mcnt); in PREFIX()
856 while (--mcnt); in PREFIX()
861 mcnt = *p++; in PREFIX()
862 printf ("/start_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX()
866 mcnt = *p++; in PREFIX()
867 printf ("/stop_memory/%d/%ld", mcnt, (long int) *p++); in PREFIX()
970 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
972 printf ("/on_failure_jump to %td", p + mcnt - start); in PREFIX()
974 printf ("/on_failure_jump to %ld", (long int) (p + mcnt - start)); in PREFIX()
979 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
981 printf ("/on_failure_keep_string_jump to %td", p + mcnt - start); in PREFIX()
984 (long int) (p + mcnt - start)); in PREFIX()
989 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
991 printf ("/dummy_failure_jump to %td", p + mcnt - start); in PREFIX()
993 printf ("/dummy_failure_jump to %ld", (long int) (p + mcnt - start)); in PREFIX()
1002 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1004 printf ("/maybe_pop_jump to %td", p + mcnt - start); in PREFIX()
1006 printf ("/maybe_pop_jump to %ld", (long int) (p + mcnt - start)); in PREFIX()
1011 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1013 printf ("/pop_failure_jump to %td", p + mcnt - start); in PREFIX()
1015 printf ("/pop_failure_jump to %ld", (long int) (p + mcnt - start)); in PREFIX()
1020 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1022 printf ("/jump_past_alt to %td", p + mcnt - start); in PREFIX()
1024 printf ("/jump_past_alt to %ld", (long int) (p + mcnt - start)); in PREFIX()
1029 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1031 printf ("/jump to %td", p + mcnt - start); in PREFIX()
1033 printf ("/jump to %ld", (long int) (p + mcnt - start)); in PREFIX()
1038 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1039 p1 = p + mcnt; in PREFIX()
1050 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1051 p1 = p + mcnt; in PREFIX()
1057 PREFIX(extract_number_and_incr) (&mcnt, &p); in PREFIX()
1058 p1 = p + mcnt; in PREFIX()
1099 mcnt = *p++; in PREFIX()
1100 printf ("/%d", mcnt); in PREFIX()
1105 mcnt = *p++; in PREFIX()
1106 printf ("/%d", mcnt); in PREFIX()
5553 int mcnt; in wcs_re_match_2_internal() local
5787 for (mcnt = 1; (unsigned) mcnt < num_regs; mcnt++) in wcs_re_match_2_internal()
5789 regstart[mcnt] = regend[mcnt] in wcs_re_match_2_internal()
5790 = old_regstart[mcnt] = old_regend[mcnt] = REG_UNSET_VALUE; in wcs_re_match_2_internal()
5792 REG_MATCH_NULL_STRING_P (reg_info[mcnt]) = MATCH_NULL_UNSET_VALUE; in wcs_re_match_2_internal()
5793 IS_ACTIVE (reg_info[mcnt]) = 0; in wcs_re_match_2_internal()
5794 MATCHED_SOMETHING (reg_info[mcnt]) = 0; in wcs_re_match_2_internal()
5795 EVER_MATCHED_SOMETHING (reg_info[mcnt]) = 0; in wcs_re_match_2_internal()
5820 mcnt = count_mbs_length(mbs_offset1, stop); in wcs_re_match_2_internal()
5821 end_match_1 = string1 + mcnt; in wcs_re_match_2_internal()
5829 mcnt = count_mbs_length(mbs_offset2, stop-csize1); in wcs_re_match_2_internal()
5830 end_match_2 = string2 + mcnt; in wcs_re_match_2_internal()
5832 if (mcnt < 0) in wcs_re_match_2_internal()
5859 mcnt = count_mbs_length(mbs_offset1, pos); in wcs_re_match_2_internal()
5860 d = string1 + mcnt; in wcs_re_match_2_internal()
5865 mcnt = count_mbs_length(mbs_offset2, pos-csize1); in wcs_re_match_2_internal()
5866 d = string2 + mcnt; in wcs_re_match_2_internal()
5870 if (mcnt < 0) in wcs_re_match_2_internal()
5943 for (mcnt = 1; (unsigned) mcnt < num_regs; mcnt++) in wcs_re_match_2_internal()
5945 best_regstart[mcnt] = regstart[mcnt]; in wcs_re_match_2_internal()
5946 best_regend[mcnt] = regend[mcnt]; in wcs_re_match_2_internal()
5969 for (mcnt = 1; (unsigned) mcnt < num_regs; mcnt++) in wcs_re_match_2_internal()
5971 regstart[mcnt] = best_regstart[mcnt]; in wcs_re_match_2_internal()
5972 regend[mcnt] = best_regend[mcnt]; in wcs_re_match_2_internal()
6042 for (mcnt = 1; (unsigned) mcnt < MIN (num_regs, regs->num_regs); in wcs_re_match_2_internal()
6043 mcnt++) in wcs_re_match_2_internal()
6045 if (REG_UNSET (regstart[mcnt]) || REG_UNSET (regend[mcnt])) in wcs_re_match_2_internal()
6046 regs->start[mcnt] = regs->end[mcnt] = -1; in wcs_re_match_2_internal()
6049 regs->start[mcnt] in wcs_re_match_2_internal()
6050 = (regoff_t) POINTER_TO_OFFSET (regstart[mcnt]); in wcs_re_match_2_internal()
6051 regs->end[mcnt] in wcs_re_match_2_internal()
6052 = (regoff_t) POINTER_TO_OFFSET (regend[mcnt]); in wcs_re_match_2_internal()
6061 for (mcnt = num_regs; (unsigned) mcnt < regs->num_regs; mcnt++) in wcs_re_match_2_internal()
6062 regs->start[mcnt] = regs->end[mcnt] = -1; in wcs_re_match_2_internal()
6072 mcnt = mbs_offset1 != NULL ? mbs_offset1[d-string1] : 0; in wcs_re_match_2_internal()
6074 mcnt = (mbs_offset2 != NULL ? mbs_offset2[d-string2] : 0) + in wcs_re_match_2_internal()
6076 mcnt -= pos; in wcs_re_match_2_internal()
6078 mcnt = d - pos - (MATCHING_IN_FIRST_STRING in wcs_re_match_2_internal()
6083 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt); in wcs_re_match_2_internal()
6086 return mcnt; in wcs_re_match_2_internal()
6109 mcnt = *p++; in wcs_re_match_2_internal()
6110 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt); in wcs_re_match_2_internal()
6137 while (--mcnt); in wcs_re_match_2_internal()
6146 while (--mcnt); in wcs_re_match_2_internal()
6695 mcnt = 0; in wcs_re_match_2_internal()
6704 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in wcs_re_match_2_internal()
6712 p1 += mcnt; in wcs_re_match_2_internal()
6719 if (mcnt < 0 && (re_opcode_t) *p1 == on_failure_jump in wcs_re_match_2_internal()
6751 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in wcs_re_match_2_internal()
6752 PUSH_FAILURE_POINT (p1 + mcnt, d, -2); in wcs_re_match_2_internal()
6806 mcnt = dend - d; in wcs_re_match_2_internal()
6810 if (mcnt > dend2 - d2) in wcs_re_match_2_internal()
6811 mcnt = dend2 - d2; in wcs_re_match_2_internal()
6816 ? PREFIX(bcmp_translate) (d, d2, mcnt, translate) in wcs_re_match_2_internal()
6817 : memcmp (d, d2, mcnt*sizeof(UCHAR_T))) in wcs_re_match_2_internal()
6819 d += mcnt, d2 += mcnt; in wcs_re_match_2_internal()
6899 EXTRACT_NUMBER_AND_INCR (mcnt, p); in wcs_re_match_2_internal()
6901 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt); in wcs_re_match_2_internal()
6903 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt); in wcs_re_match_2_internal()
6906 PUSH_FAILURE_POINT (p + mcnt, NULL, -2); in wcs_re_match_2_internal()
6926 EXTRACT_NUMBER_AND_INCR (mcnt, p); in wcs_re_match_2_internal()
6928 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt); in wcs_re_match_2_internal()
6930 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt); in wcs_re_match_2_internal()
6963 PUSH_FAILURE_POINT (p + mcnt, d, -2); in wcs_re_match_2_internal()
6970 EXTRACT_NUMBER_AND_INCR (mcnt, p); in wcs_re_match_2_internal()
6971 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt); in wcs_re_match_2_internal()
7005 p1 = p + mcnt; in wcs_re_match_2_internal()
7165 EXTRACT_NUMBER_AND_INCR (mcnt, p); /* Get the amount to jump. */ in wcs_re_match_2_internal()
7166 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt); in wcs_re_match_2_internal()
7167 p += mcnt; /* Do the jump. */ in wcs_re_match_2_internal()
7211 EXTRACT_NUMBER (mcnt, p + OFFSET_ADDRESS_SIZE); in wcs_re_match_2_internal()
7212 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt); in wcs_re_match_2_internal()
7214 assert (mcnt >= 0); in wcs_re_match_2_internal()
7216 if (mcnt > 0) in wcs_re_match_2_internal()
7218 mcnt--; in wcs_re_match_2_internal()
7220 STORE_NUMBER_AND_INCR (p, mcnt); in wcs_re_match_2_internal()
7223 , mcnt); in wcs_re_match_2_internal()
7226 , mcnt); in wcs_re_match_2_internal()
7229 else if (mcnt == 0) in wcs_re_match_2_internal()
7250 EXTRACT_NUMBER (mcnt, p + OFFSET_ADDRESS_SIZE); in wcs_re_match_2_internal()
7251 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt); in wcs_re_match_2_internal()
7254 if (mcnt) in wcs_re_match_2_internal()
7256 mcnt--; in wcs_re_match_2_internal()
7257 STORE_NUMBER (p + OFFSET_ADDRESS_SIZE, mcnt); in wcs_re_match_2_internal()
7261 mcnt); in wcs_re_match_2_internal()
7264 mcnt); in wcs_re_match_2_internal()
7277 EXTRACT_NUMBER_AND_INCR (mcnt, p); in wcs_re_match_2_internal()
7278 p1 = p + mcnt; in wcs_re_match_2_internal()
7279 EXTRACT_NUMBER_AND_INCR (mcnt, p); in wcs_re_match_2_internal()
7281 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt); in wcs_re_match_2_internal()
7283 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p1, mcnt); in wcs_re_match_2_internal()
7285 STORE_NUMBER (p1, mcnt); in wcs_re_match_2_internal()
7372 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt); in wcs_re_match_2_internal()
7373 mcnt = *p++; in wcs_re_match_2_internal()
7378 mcnt = (int) Sword; in wcs_re_match_2_internal()
7383 if (SYNTAX (d[-1]) != (enum syntaxcode) mcnt) in wcs_re_match_2_internal()
7389 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt); in wcs_re_match_2_internal()
7390 mcnt = *p++; in wcs_re_match_2_internal()
7395 mcnt = (int) Sword; in wcs_re_match_2_internal()
7400 if (SYNTAX (d[-1]) == (enum syntaxcode) mcnt) in wcs_re_match_2_internal()
7460 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in wcs_re_match_2_internal()
7461 p1 += mcnt; in wcs_re_match_2_internal()
7505 int mcnt; in PREFIX() local
7520 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in PREFIX()
7525 if (mcnt >= 0) in PREFIX()
7545 while ((re_opcode_t) p1[mcnt-(1+OFFSET_ADDRESS_SIZE)] == in PREFIX()
7552 if (!PREFIX(alt_match_null_string_p) (p1, p1 + mcnt - in PREFIX()
7559 p1 += mcnt; in PREFIX()
7569 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in PREFIX()
7570 if ((re_opcode_t) p1[mcnt-(1+OFFSET_ADDRESS_SIZE)] != in PREFIX()
7582 EXTRACT_NUMBER (mcnt, p1 - OFFSET_ADDRESS_SIZE); in PREFIX()
7584 if (!PREFIX(alt_match_null_string_p) (p1, p1 + mcnt, reg_info)) in PREFIX()
7587 p1 += mcnt; /* Get past the n-th alternative. */ in PREFIX()
7616 int mcnt; in PREFIX() local
7629 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in PREFIX()
7630 p1 += mcnt; in PREFIX()
7652 int mcnt; in PREFIX() local
7692 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in PREFIX()
7693 if (mcnt >= 0) in PREFIX()
7694 p1 += mcnt; in PREFIX()
7702 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in PREFIX()
7704 if (mcnt == 0) in PREFIX()
7707 EXTRACT_NUMBER_AND_INCR (mcnt, p1); in PREFIX()
7708 p1 += mcnt; in PREFIX()