Home | History | Annotate | Download | only in lib

Lines Matching refs:subexp_map

960       if (dfa->subexp_map)
962 if (dfa->subexp_map[reg_idx] != reg_idx)
965 = pmatch[dfa->subexp_map[reg_idx] + 1].rm_so;
967 = pmatch[dfa->subexp_map[reg_idx] + 1].rm_eo;