Searched refs:tput_outmode (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/less/dist/ |
H A D | screen.c | 2620 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) in tput_outmode() function 2724 tput_outmode(sc_s_out, AT_STANDOUT, putchr); in at_exit() 2725 tput_outmode(sc_bl_out, AT_BLINK, putchr); in at_exit() 2726 tput_outmode(sc_b_out, AT_BOLD, putchr); in at_exit() 2727 tput_outmode(sc_u_out, AT_UNDERLINE, putchr); in at_exit()
|
/netbsd-src/external/bsd/less/dist/lesstest/lt/ |
H A D | subsearch.lt | 2637 static void tput_outmode(char *mode_str, int attr_bit, int (*f_putc)(int)) 2741 tput_outmode(sc_s_out, AT_STANDOUT, putchr); 2742 tput_outmode(sc_bl_out, AT_BLINK, putchr); 2743 tput_outmode(sc_b_out, AT_BOLD, putchr); 2744 tput_outmode(sc_u_out, AT_UNDERLINE, putchr);
|