Searched refs:_nc_outch (Results 1 – 14 of 14) sorted by relevance
| /freebsd-10-stable/contrib/ncurses/ncurses/tinfo/ |
| D | lib_tputs.c | 72 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/ |
| D | tty_update.c | 156 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 …]
|
| D | lib_mvcur.c | 447 _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
|
| D | lib_tstp.c | 260 scan->_outch = _nc_outch; in cleanup()
|
| D | lib_vidattr.c | 298 returnCode(vidputs(newmode, _nc_outch)); in vidattr()
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_color.c | 253 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/ |
| D | lib_vid_attr.c | 245 returnCode(vid_puts(newmode, pair, opts, _nc_outch)); in vid_attr()
|
| /freebsd-10-stable/contrib/ncurses/misc/ |
| D | ncurses.def | 83 "_nc_outch" @1026 NONAME
|
| D | ncurses.ref | 561 "_nc_outch" @1026 NONAME
|
| /freebsd-10-stable/contrib/ncurses/ncurses/ |
| D | curses.priv.h | 1594 extern NCURSES_EXPORT(int) _nc_outch (int);
|
| D | llib-lncurses | 2793 #undef _nc_outch 2794 int _nc_outch(
|
| D | llib-lncursest | 2848 #undef _nc_outch 2849 int _nc_outch(
|
| D | llib-lncursesw | 3539 #undef _nc_outch 3540 int _nc_outch(
|
| /freebsd-10-stable/contrib/ncurses/ |
| D | NEWS | 2474 Use _nc_outch() in carriage return/newline movement instead of 5092 + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
|