Lines Matching refs:gui_outstr_nowrap
23 static int gui_outstr_nowrap(char_u *s, int len, int flags, guicolor_T fg, guicolor_T bg, int back);
2137 (void)gui_outstr_nowrap(s, this_len, in gui_outstr()
2143 (void)gui_outstr_nowrap((char_u *)" ", 1, in gui_outstr()
2175 return gui_outstr_nowrap(buf, utfc_char2bytes(off, buf), in gui_screenchar()
2182 return gui_outstr_nowrap(buf, 2, flags, fg, bg, back); in gui_screenchar()
2186 return gui_outstr_nowrap(ScreenLines + off, in gui_screenchar()
2232 retval = gui_outstr_nowrap(buf, outlen, flags, fg, bg, back); in gui_screenstr()
2255 retval = gui_outstr_nowrap(buf, outlen, flags, fg, bg, back); in gui_screenstr()
2262 return gui_outstr_nowrap(&ScreenLines[off], len, in gui_screenstr()
2282 gui_outstr_nowrap( in gui_outstr_nowrap() function
2863 nback = gui_outstr_nowrap(ScreenLines + off, idx, flags, in gui_redraw_block()