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

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c328 char **lstdat = NULL; local
390 if ((lstdat = (char **)malloc((unsigned)lines*sizeof(char *))) == NULL){
424 lstdat[j] = ptbf;
470 lstdat[j] = ptbf;
472 ptbf = lstdat[j];
511 lstdat[j] = ptbf;
617 if ((j = lstdat[i] - ptbf) <= offst)
645 free(lstdat);
661 char *lstdat; local
719 lstdat
812 char *lstdat; local
[all...]

Completed in 109 milliseconds