Home | History | Annotate | Download | only in sed

Lines Matching refs:idx

1678                    int idx, prev_idx; /* index in the input line.  */
1682 for (idx = 0; idx < line.length;)
1685 mbclen = MBRLEN (line.active + idx, line.length - idx,
1698 if (strncmp(line.active + idx, trans[2*i], mbclen) == 0)
1720 prev_idx = idx;
1726 move_from = line.active + idx + mbclen;
1727 move_to = line.active + idx + trans_len;
1728 move_len = line.length + 1 - idx - mbclen;
1732 idx += move_offset;
1739 idx += mbclen;