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

/macosx-10.10.1/ruby-106/ruby/
H A Dregparse.h223 int group_num; member in struct:__anon12285
H A Dregcomp.c3150 if (cn->group_num != 0) {
3151 int gnum = cn->group_num;
3169 cn->target = nodes[cn->group_num];
3176 BIT_STATUS_ON_AT(env->bt_mem_start, cn->group_num);
3202 cn->group_num = refs[0];
H A Dregparse.c1365 NCALL(node)->group_num = gnum; /* call by number if gnum != 0 */
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_exec.c857 condition = (recno == RREF_ANY || recno == md->recursive->group_num);
885 condition = GET2(slotB, 0) == md->recursive->group_num;
901 condition = GET2(slotB, 0) == md->recursive->group_num;
1070 if (md->recursive != NULL && md->recursive->group_num == 0)
1251 new_recursive.group_num = (callpat == md->start_code)? 0 :
1283 DPRINTF(("Recursing into group %d\n", new_recursive.group_num));
1501 if (md->recursive != NULL && md->recursive->group_num == number)

Completed in 196 milliseconds