Home | History | Annotate | Download | only in sed

Lines Matching refs:idx

723 setup_label(list, idx, name, err_info)
725 countT idx;
730 ret->v_index = idx;
1317 int i, j, idx, src_char_num;
1339 idx = 0;
1349 if (idx >= dest_len)
1359 mbclen = MBRLEN (dest_buf + idx, dest_len - idx, &cur_stat);
1368 strncpy(trans_pairs[2 * i + 1], dest_buf + idx, mbclen);
1370 idx += mbclen; /* Forward to next character. */
1373 if (idx != dest_len)