Searched refs:out_char (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/ncurses/progs/ |
| H A D | reset_cmd.c | 120 out_char(int c) in out_char() function 422 tputs(s, 0, out_char); in sent_string() 434 out_char('\r'); in to_left_margin() 456 tputs(clear_all_tabs, 0, out_char); in reset_tabstops() 462 tputs(set_tab, 0, out_char); in reset_tabstops() 525 out_char(' '); in send_init_strings()
|
| /freebsd-13.1/contrib/ee/ |
| H A D | ee.c | 263 int out_char P_((WINDOW *window, int character, int column)); 727 scr_pos = scr_horz += out_char(text_win, character, scr_horz); 933 out_char(window, character, column) /* output non-printing character */ in out_char() function 1045 abs_column += out_char(text_win, *temp, abs_column); 1922 g_horz += out_char(com_win, in, g_horz);
|