Home
last modified time | relevance | path

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

/openbsd/libexec/tradcpp/
H A Dfiles.c181 size_t bufend, bufmax, linestart, lineend, nextlinestart, tmp; in file_read() local
269 nextlinestart = lineend+1; in file_read()
281 tmp = nextlinestart - lineend; in file_read()
282 if (bufend > nextlinestart) { in file_read()
283 memmove(buf+lineend, buf+nextlinestart, in file_read()
284 bufend - nextlinestart); in file_read()
287 nextlinestart -= tmp; in file_read()
303 linestart = nextlinestart; in file_read()