Searched refs:lstdat (Results 1 – 1 of 1) sorted by relevance
325 char **lstdat = NULL; in vertcol() local380 if ((lstdat = malloc((unsigned)lines*sizeof(char *))) == NULL) in vertcol()408 lstdat[j] = ptbf; in vertcol()452 lstdat[j] = ptbf; in vertcol()454 ptbf = lstdat[j]; in vertcol()493 lstdat[j] = ptbf; in vertcol()608 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()640 free(lstdat); in vertcol()656 char *lstdat; in horzcol() local708 lstdat = ptbf; in horzcol()[all …]