Searched refs:lindy (Results 1 – 1 of 1) sorted by relevance
322 int *lindy = NULL; in vertcol() local389 if ((lindy = (int *)malloc((unsigned)lines*sizeof(int))) == NULL) { in vertcol()403 lindy[j] = j * mxlen; in vertcol()404 indy[j] = lindy[j] + offst; in vertcol()406 ptbf = buf + lindy[j]; in vertcol()603 ptbf = buf + lindy[i]; in vertcol()630 free(lindy); in vertcol()