Home
last modified time | relevance | path

Searched refs:out_char (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dos_amiga.c931 out_char('\n'); in mch_exit()
1141 out_char(CSI); in mch_set_shellsize()
1143 out_char('t'); in mch_set_shellsize()
1144 out_char(CSI); in mch_set_shellsize()
1146 out_char('u'); in mch_set_shellsize()
H A Dscreen.c2214 out_char(ScreenLines[off]); in screen_char()
2217 out_char(ScreenLines2[off]); in screen_char()
2247 out_char(ScreenLines[off + 1]); in screen_char_2()
3276 out_char('\r'); in windgoto()
3285 out_char('\n'); in windgoto()
3302 out_char(*T_ND); in windgoto()
3314 out_char(ScreenLines[off]); in windgoto()
3317 out_char(ScreenLines2[off]); in windgoto()
4062 out_char('\n'); // cursor will remain on same line in screen_del_lines()
H A Ddrawline.c3169 out_char(' '); in win_line()
3171 out_char(ScreenLines[LineOffset[screen_row - 1] in win_line()
H A Dmisc1.c1132 out_char(BELL); in vim_beep()
H A Dterm.c2639 out_char(unsigned c) in out_char() function
2643 out_char('\r'); in out_char()
H A Dmain.c573 out_char('\n'); in vim_main2()
H A Dmisc2.c1773 out_char('\n'); in call_shell()
H A Dos_unix.c3378 out_char('\n'); in exit_scroll()
H A Dex_docmd.c6171 out_char('\n'); in ex_stop()
/vim-8.2.3635/src/proto/
H A Dterm.pro19 void out_char(unsigned c);