Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c59 off_t lineloc; variable
556 bool again = whyles != 0 && whyles->w_start == lineloc && in dowhile()
579 nwp->w_start = lineloc; in dowhile()
H A Dsh.h229 extern off_t lineloc;
H A Dsh.lex.c102 lineloc = btell(); in lex()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6865 char *lineloc; in get_xdata() local
6885 lineloc = xrec_ptr; in get_xdata()
6888 readtape(lineloc); in get_xdata()
6889 lineloc += TBLOCK; in get_xdata()
6891 lineloc = xrec_ptr; in get_xdata()
6893 while (lineloc < xrec_ptr + stbuf.st_size) { in get_xdata()
6897 value = lineloc; in get_xdata()
6899 length = atoi(lineloc); in get_xdata()
6900 *(lineloc + length - 1) = '\0'; in get_xdata()
6901 keyword = strchr(lineloc, ' ') + 1; in get_xdata()
[all …]