Home | History | Annotate | Download | only in fold

Lines Matching defs:indx

136 	int col, indx, i;
138 col = indx = 0;
141 if (indx != 0) {
142 for (i = 0; i < indx; i++)
146 col = indx = 0;
158 for (i = 0, last_space = -1; i < indx; i++)
169 wmemmove (buf, buf+last_space, indx-last_space);
171 indx -= last_space;
173 for (i = 0; i < indx; i++) {
177 for (i = 0; i < indx; i++)
179 col = indx = 0;
187 if (indx + 1 > buf_max) {
196 buf[indx++] = ch;
199 if (indx != 0) {
200 for (i = 0; i < indx; i++)