Searched refs:out_char (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ncurses/progs/ |
H A D | reset_cmd.c | 123 out_char(int c) in out_char() function 473 tputs(s, 0, out_char); in sent_string() 485 out_char('\r'); in to_left_margin() 507 tputs(clear_all_tabs, 0, out_char); in reset_tabstops() 513 tputs(set_tab, 0, out_char); in reset_tabstops() 575 out_char(' '); in send_init_strings()
|
/freebsd/contrib/ee/ |
H A D | ee.c | 253 int out_char(WINDOW *window, int character, int column); 721 scr_pos = scr_horz += out_char(text_win, character, scr_horz); in insert() 928 out_char(WINDOW *window, int character, int column) in out_char() function 1032 abs_column += out_char(text_win, *temp, abs_column); in draw_line() 1921 g_horz += out_char(com_win, in, g_horz); in get_string()
|