Home
last modified time | relevance | path

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

/netbsd-src/games/larn/
H A Dio.c770 static int scrline = 18; /* line # for wraparound instead of scrolling variable
830 if (++scrline > 23) in lflush()
831 scrline = 19; in lflush()
833 if (++scrline > 23) in lflush()
834 scrline = 19; in lflush()
837 scrline, 0), in lflush()
842 if (--scrline < 19) in lflush()
843 scrline = 23; in lflush()
846 scrline, 0), in lflush()