Searched refs:ltputs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | screen.c | 1677 static void ltputs(constant char *str, int affcnt, int (*f_putc)(int)) in ltputs() 1724 ltputs(sc_s_mousecap, sc_height, putchr); 1740 ltputs(sc_e_mousecap, sc_height, putchr); 1760 ltputs(sc_init, sc_height, putchr); in init() 1772 ltputs(sc_s_keypad, sc_height, putchr); in init() 1825 ltputs(sc_e_keypad, sc_height, putchr); in deinit() 1827 ltputs(sc_deinit, sc_height, putchr); in deinit() 1870 ltputs(sc_home, 1, putchr); in dump_screen() 1882 ltputs(dump_cmd, sc_height, putchr); in add_line() 1895 ltputs(sc_addlin in add_line() 1666 static void ltputs(char *str, int affcnt, int (*f_putc)(int)) ltputs() function [all...] |