Lines Matching defs:cnt2
86 size_t cnt1, cnt2, soff;
275 for (cnt2 = 0; cnt2 < soff; ++cnt2)
276 if (cnt1 == str[cnt2].arg) {
277 memmove(s_rbp, str[cnt2].str, str[cnt2].prefix);
278 memmove(s_rbp + str[cnt2].prefix,
279 str[cnt2].str + str[cnt2].prefix +
280 str[cnt2].skip, str[cnt2].suffix);
281 s_rbp += str[cnt2].prefix + str[cnt2].suffix;
315 for (cnt2 = 0; cnt2 < soff; ++cnt2)
316 if (str[cnt2].arg == cnt1)
318 str[cnt2].str = t;
319 str[cnt2].prefix = p - t;