Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c147 static wchar_t *Buffer = NULL, *Bufend, *Bufptr; variable
613 Bufptr = Bufend = &Buffer[Buflen]; in findopt()
892 if (++s >= Bufend) in nexbuf()
916 if (++s >= Bufend) in nexbuf()
952 if (Bufptr != Bufend) { in foldbuf()
954 while (s < Bufend) in foldbuf()
956 size -= (Bufend - Bufptr); in foldbuf()