Lines Matching defs:p_idx

606 	size_t i, num_len, exp_len, p_idx, idx;
642 p_idx = ddata->output.size;
645 if ((exp = vector_str_substr(&ddata->output, p_idx,
649 for (i = p_idx; i < idx; ++i)
1058 size_t i, p_idx, idx, exp_len;
1064 p_idx = output->size;
1069 if ((exp = vector_str_substr(output, p_idx, output->size - 1,
1074 for (i = p_idx; i < idx; ++i) {
1478 size_t p_idx, subst_str_len;
1501 p_idx = output->size;
1505 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1,
1518 p_idx = output->size;
1522 if ((subst_str = vector_str_substr(output, p_idx,
1544 size_t i, p_idx, idx, name_len;
1550 p_idx = output->size;
1555 if ((name = vector_str_substr(output, p_idx, output->size - 1,
1560 for (i = p_idx; i < idx; ++i) {
1576 size_t limit, p_idx, subst_str_len;
1608 p_idx = output->size;
1627 if ((subst_str = vector_str_substr(output, p_idx,
1786 size_t class_type_len, i, idx, p_idx;
1793 p_idx = ddata->output.size;
1797 if ((class_type = vector_str_substr(&ddata->output, p_idx,
1803 for (i = p_idx; i < idx; ++i)
1984 size_t p_idx, subst_str_len;
2006 p_idx = output->size;
2010 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1,
2021 p_idx = output->size;
2025 if ((subst_str = vector_str_substr(output, p_idx,
2047 size_t p_idx, substr_len;
2056 p_idx = output->size;
2062 if ((substr = vector_str_substr(output, p_idx, output->size - 1,
2202 size_t p_idx, type_str_len;
2246 p_idx = output->size;
2586 if ((type_str = vector_str_substr(output, p_idx, output->size - 1,
2644 size_t i, p_idx, idx, type_len;
2650 p_idx = output->size;
2655 if ((type = vector_str_substr(output, p_idx, output->size - 1,
2660 for (i = p_idx; i < idx; ++i) {