Lines Matching refs:lineloc
6821 char *lineloc; in get_xdata() local
6841 lineloc = xrec_ptr; in get_xdata()
6844 readtape(lineloc); in get_xdata()
6845 lineloc += TBLOCK; in get_xdata()
6847 lineloc = xrec_ptr; in get_xdata()
6849 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
6853 value = lineloc; in get_xdata()
6855 length = atoi(lineloc); in get_xdata()
6856 *(lineloc + length - 1) = '\0'; in get_xdata()
6857 keyword = strchr(lineloc, ' ') + 1; in get_xdata()
6862 lineloc += length; in get_xdata()