Searched refs:lstdat (Results 1 – 1 of 1) sorted by relevance
315 char **lstdat = NULL; in vertcol() local377 if ((lstdat = (char **)malloc((unsigned)lines*sizeof(char *))) == NULL){ in vertcol()411 lstdat[j] = ptbf; in vertcol()457 lstdat[j] = ptbf; in vertcol()459 ptbf = lstdat[j]; in vertcol()498 lstdat[j] = ptbf; in vertcol()604 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()632 free(lstdat); in vertcol()648 char *lstdat; in horzcol() local706 lstdat = ptbf; in horzcol()[all …]