Searched refs:lineloc (Results 1 – 4 of 4) sorted by relevance
237 off_t lineloc; variable
545 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()568 nwp->w_start = lineloc; in dowhile()
96 lineloc = btell(); in lex()
6863 char *lineloc; in get_xdata() local6883 lineloc = xrec_ptr; in get_xdata()6886 readtape(lineloc); in get_xdata()6887 lineloc += TBLOCK; in get_xdata()6889 lineloc = xrec_ptr; in get_xdata()6891 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()6895 value = lineloc; in get_xdata()6897 length = atoi(lineloc); in get_xdata()6898 *(lineloc + length - 1) = '\0'; in get_xdata()6899 keyword = strchr(lineloc, ' ') + 1; in get_xdata()[all …]