Home
last modified time | relevance | path

Searched refs:lineloc (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/csh/
H A Dsh.h237 off_t lineloc; variable
H A Dsh.func.c545 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()
568 nwp->w_start = lineloc; in dowhile()
H A Dsh.lex.c96 lineloc = btell(); in lex()
/titanic_50/usr/src/cmd/tar/
H A Dtar.c6863 char *lineloc; in get_xdata() local
6883 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 …]