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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c2729 int sub_last_idx, sl_str, bkref_str_off;
2738 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2741 sub_last = sub_top->lasts[sub_last_idx];
2779 if (sub_last_idx < sub_top->nlasts)
2781 if (sub_last_idx > 0)
2725 int sub_last_idx, sl_str, bkref_str_off; local

Completed in 95 milliseconds