Lines Matching refs:lstdat
315 char **lstdat = NULL; in vertcol() local
377 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() local
706 lstdat = ptbf; in horzcol()
727 lstdat = ptbf; in horzcol()
749 if ((j = lstdat - buf) <= offst) in horzcol()
799 char *lstdat; in mulfile() local
903 lstdat = ptbf; in mulfile()
939 lstdat = ptbf; in mulfile()
963 if ((j = lstdat - buf) <= offst) in mulfile()