Lines Matching refs:RExC_extralen
154 #define RExC_extralen (pRExC_state->extralen)
1770 RExC_extralen = 0;
1813 if (RExC_size >= 0x10000L && RExC_extralen)
1814 RExC_size += RExC_extralen;
1816 RExC_extralen = 0;
2449 if (!SIZE_ONLY && RExC_extralen) {
2459 RExC_extralen += 1; /* For BRANCHJ-BRANCH. */
2472 if (!SIZE_ONLY && RExC_extralen) {
2477 RExC_extralen += 2; /* Account for LONGJMP. */
2579 if (!SIZE_ONLY && RExC_extralen)
2588 RExC_extralen += 1; /* BRANCHJ */
2699 if (!SIZE_ONLY && RExC_extralen) {
2710 if (!SIZE_ONLY && RExC_extralen)
2714 RExC_whilem_seen++, RExC_extralen += 3;