Lines Matching refs:lineloc
6878 char *lineloc; in get_xdata() local
6898 lineloc = xrec_ptr; in get_xdata()
6901 readtape(lineloc); in get_xdata()
6902 lineloc += TBLOCK; in get_xdata()
6904 lineloc = xrec_ptr; in get_xdata()
6906 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
6910 value = lineloc; in get_xdata()
6912 length = atoi(lineloc); in get_xdata()
6913 *(lineloc + length - 1) = '\0'; in get_xdata()
6914 keyword = strchr(lineloc, ' ') + 1; in get_xdata()
6919 lineloc += length; in get_xdata()