Home
last modified time | relevance | path

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

/netbsd-src/games/larn/
H A Dio.c775 int lpoint; in lflush() local
780 if ((lpoint = lpnt - lpbuf) > 0) { in lflush()
782 c[BYTESOUT] += lpoint; in lflush()
786 if (write(io_outfd, lpbuf, lpoint) != lpoint) in lflush()
891 int lpoint; in lflush() local
892 if ((lpoint = lpnt - lpbuf) > 0) { in lflush()
894 c[BYTESOUT] += lpoint; in lflush()
896 if (write(io_outfd, lpbuf, lpoint) != lpoint) in lflush()