Home
last modified time | relevance | path

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

/netbsd-src/games/larn/
H A Dio.c655 if (!clr_eol) { in init_term()
803 tputs(clr_eol, 0, ttputch); in lflush()
839 tputs(clr_eol, 0, in lflush()
848 tputs(clr_eol, 0, in lflush()
/netbsd-src/games/hack/
H A Dhack.terminfo.c218 if (clr_eol) in cl_end()
219 xputs(clr_eol); in cl_end()
/netbsd-src/games/tetris/
H A Dscreen.c419 if (set || clr_eol == NULL) { in scr_msg()
430 putpad(clr_eol); in scr_msg()
/netbsd-src/lib/libcurses/
H A Drefresh.c1256 if (clr_eol && !_cursesi_screen->curwin && (!(__using_color) in makech()
1283 ce = clr_eol; in makech()
/netbsd-src/lib/libterminfo/
H A Dterm.h1155 #define clr_eol t_clr_eol(cur_term) macro