Lines Matching refs:lstdat
325 char **lstdat = NULL; in vertcol() local
380 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() local
708 lstdat = ptbf; in horzcol()
729 lstdat = ptbf; in horzcol()
751 if ((j = lstdat - buf) <= offst) in horzcol()
809 char *lstdat; in mulfile() local
905 lstdat = ptbf; in mulfile()
941 lstdat = ptbf; in mulfile()
965 if ((j = lstdat - buf) <= offst) in mulfile()