Lines Matching defs:lineloc
6863 char *lineloc;
6883 lineloc = xrec_ptr;
6886 readtape(lineloc);
6887 lineloc += TBLOCK;
6889 lineloc = xrec_ptr;
6891 while (lineloc < xrec_ptr + stbuf.st_size) {
6895 value = lineloc;
6897 length = atoi(lineloc);
6898 *(lineloc + length - 1) = '\0';
6899 keyword = strchr(lineloc, ' ') + 1;
6904 lineloc += length;