Home
last modified time | relevance | path

Searched refs:_nc_outch (Results 1 – 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dlib_tputs.c72 static int (*my_outch) (int c) = _nc_outch;
88 if (my_outch == _nc_outch) in delay_output()
102 _nc_outch(int ch) in _nc_outch() function
123 return tputs(string, 1, _nc_outch); in putp()
140 if (outc == _nc_outch) in tputs()
273 my_outch = _nc_outch; in tputs()
/freebsd-10-stable/contrib/ncurses/ncurses/tty/
Dtty_update.c156 tputs(tparm("\033[%d;%dH", expected_y + 1, expected_x + 1), 1, _nc_outch); in position_check()
550 rep_count, _nc_outch); in EmitRange()
1049 tputs(clr_eos, screen_lines - row, _nc_outch); in ClrToEOS()
1437 _nc_do_color(GET_SCREEN_PAIR(SP), 0, FALSE, _nc_outch); in ClearScreen()
1457 tputs(clr_eos, screen_lines, _nc_outch); in ClearScreen()
1504 tputs(TPARM_1(parm_ich, count), count, _nc_outch); in InsStr()
1559 tputs(TPARM_1(parm_dch, count), count, _nc_outch); in DelChar()
1620 tputs(TPARM_2(parm_index, n, 0), n, _nc_outch); in scroll_csr_forward()
1625 tputs(TPARM_2(parm_delete_line, n, 0), n, _nc_outch); in scroll_csr_forward()
1678 tputs(TPARM_2(parm_rindex, n, 0), n, _nc_outch); in scroll_csr_backward()
[all …]
Dlib_mvcur.c447 _nc_outch('\r'); in _nc_mvcur_wrap()
848 tputs(buffer, 1, _nc_outch); in onscreen_mvcur()
910 _nc_outch('\r'); in mvcur()
918 _nc_outch('\n'); in mvcur()
987 return (tputs(string, 1, _nc_outch)); in putp()
991 _nc_outch(int ch) in _nc_outch() function
Dlib_tstp.c260 scan->_outch = _nc_outch; in cleanup()
Dlib_vidattr.c298 returnCode(vidputs(newmode, _nc_outch)); in vidattr()
/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dlib_color.c253 set_foreground_color(default_fg(), _nc_outch); in start_color()
254 set_background_color(default_bg(), _nc_outch); in start_color()
/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
Dlib_vid_attr.c245 returnCode(vid_puts(newmode, pair, opts, _nc_outch)); in vid_attr()
/freebsd-10-stable/contrib/ncurses/misc/
Dncurses.def83 "_nc_outch" @1026 NONAME
Dncurses.ref561 "_nc_outch" @1026 NONAME
/freebsd-10-stable/contrib/ncurses/ncurses/
Dcurses.priv.h1594 extern NCURSES_EXPORT(int) _nc_outch (int);
Dllib-lncurses2793 #undef _nc_outch
2794 int _nc_outch(
Dllib-lncursest2848 #undef _nc_outch
2849 int _nc_outch(
Dllib-lncursesw3539 #undef _nc_outch
3540 int _nc_outch(
/freebsd-10-stable/contrib/ncurses/
DNEWS2474 Use _nc_outch() in carriage return/newline movement instead of
5092 + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to