hc               4022 ext/pcre/pcrelib/pcre_compile.c pcre_uchar *hc;
hc               4027 ext/pcre/pcrelib/pcre_compile.c   for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
hc               4028 ext/pcre/pcrelib/pcre_compile.c        hc += LINK_SIZE)
hc               4030 ext/pcre/pcrelib/pcre_compile.c     offset = (int)GET(hc, 0);
hc               4037 ext/pcre/pcrelib/pcre_compile.c   if (hc >= cd->hwm)
hc               4048 ext/pcre/pcrelib/pcre_compile.c for (hc = (pcre_uchar *)cd->start_workspace + save_hwm_offset; hc < cd->hwm;
hc               4049 ext/pcre/pcrelib/pcre_compile.c      hc += LINK_SIZE)
hc               4051 ext/pcre/pcrelib/pcre_compile.c   offset = (int)GET(hc, 0);
hc               4052 ext/pcre/pcrelib/pcre_compile.c   PUT(hc, 0, offset + adjust);
hc               6114 ext/pcre/pcrelib/pcre_compile.c               pcre_uchar *hc;
hc               6126 ext/pcre/pcrelib/pcre_compile.c               for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
hc               6127 ext/pcre/pcrelib/pcre_compile.c                    hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
hc               6128 ext/pcre/pcrelib/pcre_compile.c                    hc += LINK_SIZE)
hc               6130 ext/pcre/pcrelib/pcre_compile.c                 PUT(cd->hwm, 0, GET(hc, 0) + len);
hc               6177 ext/pcre/pcrelib/pcre_compile.c           pcre_uchar *hc;
hc               6207 ext/pcre/pcrelib/pcre_compile.c           for (hc = (pcre_uchar *)cd->start_workspace + base_hwm_offset;
hc               6208 ext/pcre/pcrelib/pcre_compile.c                hc < (pcre_uchar *)cd->start_workspace + this_hwm_offset;
hc               6209 ext/pcre/pcrelib/pcre_compile.c                hc += LINK_SIZE)
hc               6211 ext/pcre/pcrelib/pcre_compile.c             PUT(cd->hwm, 0, GET(hc, 0) + len + ((i != 0)? 2+LINK_SIZE : 1));