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

/openbsd-current/usr.bin/pr/
H A Dpr.c347 char **lstdat = NULL; local
404 if ((lstdat = calloc((unsigned)lines, sizeof(char *))) == NULL)
432 lstdat[j] = ptbf;
475 lstdat[j] = ptbf;
477 ptbf = lstdat[j];
516 lstdat[j] = ptbf;
613 if ((j = lstdat[i] - ptbf) <= offst)
662 free(lstdat);
678 char *lstdat; local
734 lstdat
901 char *lstdat; local
[all...]

Completed in 178 milliseconds