Lines Matching refs:lstdat
328 char **lstdat = NULL; in vertcol() local
390 if ((lstdat = (char **)malloc((unsigned)lines*sizeof(char *))) == NULL){ in vertcol()
424 lstdat[j] = ptbf; in vertcol()
470 lstdat[j] = ptbf; in vertcol()
472 ptbf = lstdat[j]; in vertcol()
511 lstdat[j] = ptbf; in vertcol()
617 if ((j = lstdat[i] - ptbf) <= offst) in vertcol()
645 free(lstdat); in vertcol()
661 char *lstdat; in horzcol() local
719 lstdat = ptbf; in horzcol()
740 lstdat = ptbf; in horzcol()
762 if ((j = lstdat - buf) <= offst) in horzcol()
812 char *lstdat; in mulfile() local
916 lstdat = ptbf; in mulfile()
952 lstdat = ptbf; in mulfile()
976 if ((j = lstdat - buf) <= offst) in mulfile()