Searched refs:indy (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c333 int *indy = NULL; local
398 if ((indy = (int *)malloc((unsigned)lines*sizeof(int))) == NULL) {
417 indy[j] = lindy[j] + offst;
423 ptbf = buf + indy[j];
469 ptbf = buf + indy[j];
644 free(indy);

Completed in 192 milliseconds