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

/freebsd-current/contrib/less/
H A Dscreen.c2591 static void tput_inmode(char *mode_str, int attr, int attr_bit, int (*f_putc)(int)) function
2675 tput_inmode(sc_u_in, attr, AT_UNDERLINE, putchr);
2676 tput_inmode(sc_b_in, attr, AT_BOLD, putchr);
2677 tput_inmode(sc_bl_in, attr, AT_BLINK, putchr);
2682 tput_inmode(sc_s_in, attr, AT_STANDOUT, putchr);

Completed in 106 milliseconds