Searched refs:lstdat (Results 1 – 1 of 1) sorted by relevance
347 char **lstdat = NULL; in vertcol() local404 if ((lstdat = calloc((unsigned)lines, sizeof(char *))) == NULL) in vertcol()432 lstdat[j] = ptbf; in vertcol()475 lstdat[j] = ptbf; in vertcol()477 ptbf = lstdat[j]; in vertcol()516 lstdat[j] = ptbf; in vertcol()613 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()662 free(lstdat); in vertcol()678 char *lstdat; in horzcol() local734 lstdat = ptbf; in horzcol()[all …]