Searched refs:lindy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c335 int *lindy = NULL; local
402 if ((lindy = (int *)malloc((unsigned)lines*sizeof(int))) == NULL) {
416 lindy[j] = j * mxlen;
417 indy[j] = lindy[j] + offst;
419 ptbf = buf + lindy[j];
616 ptbf = buf + lindy[i];
643 free(lindy);

Completed in 70 milliseconds