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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dregexec.c2758 Idx sub_last_idx, sl_str, bkref_str_off;
2767 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2770 sub_last = sub_top->lasts[sub_last_idx];
2808 if (sub_last_idx < sub_top->nlasts)
2810 if (sub_last_idx > 0)
2754 Idx sub_last_idx, sl_str, bkref_str_off; local
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregexec.c2741 Idx sub_last_idx, sl_str, bkref_str_off;
2750 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2753 sub_last = sub_top->lasts[sub_last_idx];
2791 if (sub_last_idx < sub_top->nlasts)
2793 if (sub_last_idx > 0)
2737 Idx sub_last_idx, sl_str, bkref_str_off; local
/haiku-fatelf/src/bin/gawk/
H A Dregexec.c2501 int sub_last_idx, sl_str;
2511 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2514 sub_last = sub_top->lasts[sub_last_idx];
2530 if (sub_last_idx < sub_top->nlasts)
2532 if (sub_last_idx > 0)
2497 int sub_last_idx, sl_str; local
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregexec.c2702 int sub_last_idx, sl_str, bkref_str_off;
2711 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2714 sub_last = sub_top->lasts[sub_last_idx];
2752 if (sub_last_idx < sub_top->nlasts)
2754 if (sub_last_idx > 0)
2698 int sub_last_idx, sl_str, bkref_str_off; local

Completed in 166 milliseconds