Home
last modified time | relevance | path

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

/dflybsd-src/contrib/less/
H A Dscreen.c2645 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() function
2748 tput_inmode(sc_u_in, attr, AT_UNDERLINE, putchr); in at_enter()
2749 tput_inmode(sc_b_in, attr, AT_BOLD, putchr); in at_enter()
2750 tput_inmode(sc_bl_in, attr, AT_BLINK, putchr); in at_enter()
2755 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr); in at_enter()