Searched refs:out_char (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.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);
|