Lines Matching refs:out_str
2768 out_str(char_u *s) in out_str() function
3108 out_str(T_FS); // set title end in term_settitle()
3610 out_str(T_BD); // disable bracketed paste mode in settmode()
3611 out_str(T_CTE); // possibly disables modifyOtherKeys in settmode()
3615 out_str(T_BE); // enable bracketed paste mode (should in settmode()
3617 out_str(T_CTI); // possibly enables modifyOtherKeys in settmode()
3641 out_str(T_TI); // start termcap mode in starttermcap()
3642 out_str(T_CTI); // start "raw" mode in starttermcap()
3643 out_str(T_KS); // start "keypad transmit" mode in starttermcap()
3644 out_str(T_BE); // enable bracketed paste mode in starttermcap()
3649 out_str(T_FE); in starttermcap()
3707 out_str(T_FD); in stoptermcap()
3710 out_str(T_BD); // disable bracketed paste mode in stoptermcap()
3711 out_str(T_KE); // stop "keypad transmit" mode in stoptermcap()
3715 out_str(T_CTE); // stop "raw" mode in stoptermcap()
3716 out_str(T_TE); // stop termcap mode in stoptermcap()
3749 out_str(T_CRV); in may_req_termresponse()
3794 out_str(buf); in check_terminal_behavior()
3795 out_str(T_U7); in check_terminal_behavior()
3804 out_str((char_u *)" "); in check_terminal_behavior()
3825 out_str((char_u *)"\033Pzz\033\\"); in check_terminal_behavior()
3827 out_str((char_u *)"\033[0%m"); in check_terminal_behavior()
3828 out_str(T_U7); in check_terminal_behavior()
3837 out_str((char_u *)" "); in check_terminal_behavior()
3874 out_str(T_RFG); in may_req_bg_color()
3887 out_str(T_RBG); in may_req_bg_color()
3952 out_str(T_VS); in scroll_start()
3953 out_str(T_CVS); in scroll_start()
3970 out_str(T_VE); in cursor_on_force()
3993 out_str(T_VI); // disable cursor in cursor_off()
4059 out_str(p); in term_cursor_mode()
4068 out_str(T_CSI); // Insert mode cursor in term_cursor_mode()
4074 out_str(T_CEI); // non-Insert mode cursor in term_cursor_mode()
4085 out_str(T_CSC); // set cursor color start in term_cursor_color()
4087 out_str(T_CEC); // set cursor color end in term_cursor_color()
4128 out_str(T_VS); in term_cursor_shape()
4133 out_str(T_CVS); in term_cursor_shape()
4847 out_str(T_CRS); in handle_version_response()
4864 out_str(T_CRC); in handle_version_response()