Searched refs:_nc_outch (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_tputs.c38 * _nc_outch()
72 static int (*my_outch) (int c) = _nc_outch;
88 if (my_outch == _nc_outch)
102 _nc_outch(int ch) function
123 return tputs(string, 1, _nc_outch);
140 if (outc == _nc_outch)
141 (void) strcpy(addrbuf, "_nc_outch");
273 my_outch = _nc_outch;
/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c40 * All physical output is concentrated here (except _nc_outch()
156 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch);
550 rep_count, _nc_outch); local
1049 tputs(clr_eos, screen_lines - row, _nc_outch);
1437 _nc_do_color(GET_SCREEN_PAIR(SP), 0, FALSE, _nc_outch); local
1457 tputs(clr_eos, screen_lines, _nc_outch);
1504 tputs(TPARM_1(parm_ich, count), count, _nc_outch); local
1559 tputs(TPARM_1(parm_dch, count), count, _nc_outch); local
1620 tputs(TPARM_2(parm_index, n, 0), n, _nc_outch);
1625 tputs(TPARM_2(parm_delete_line, n, 0), n, _nc_outch);
[all...]
H A Dlib_mvcur.c447 _nc_outch('\r');
848 tputs(buffer, 1, _nc_outch);
910 _nc_outch('\r');
918 _nc_outch('\n');
987 return (tputs(string, 1, _nc_outch));
991 _nc_outch(int ch) function
H A Dlib_tstp.c260 scan->_outch = _nc_outch;
H A Dlib_vidattr.c298 returnCode(vidputs(newmode, _nc_outch));
/freebsd-10.2-release/contrib/ncurses/ncurses/base/
H A Dlib_color.c253 set_foreground_color(default_fg(), _nc_outch); local
254 set_background_color(default_bg(), _nc_outch); local
/freebsd-10.2-release/contrib/ncurses/ncurses/widechar/
H A Dlib_vid_attr.c245 returnCode(vid_puts(newmode, pair, opts, _nc_outch));

Completed in 120 milliseconds