Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dscreen.c2687 static void tput_inmode(constant char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) in tput_inmode() function
2790 tput_inmode(sc_u_in, attr, AT_UNDERLINE, putchr); in at_enter()
2791 tput_inmode(sc_b_in, attr, AT_BOLD, putchr); in at_enter()
2792 tput_inmode(sc_bl_in, attr, AT_BLINK, putchr); in at_enter()
2797 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr); in at_enter()