Searched refs:RExC_extralen (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c154 #define RExC_extralen (pRExC_state->extralen) macro
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)
[all...]

Completed in 88 milliseconds