Home
last modified time | relevance | path

Searched refs:gui_mch_draw_string (Results 1 – 9 of 9) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dgui_x11.pro32 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
H A Dgui_photon.pro42 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
H A Dgui_haiku.pro46 void gui_mch_draw_string(int row, int col, char_u *s, int len, int flags);
H A Dgui_w32.pro78 void gui_mch_draw_string(int row, int col, char_u *text, int len, int flags);
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.c2609 gui_mch_draw_string(gui.row, scol, s + start, thislen, in gui_outstr_nowrap()
2633 gui_mch_draw_string(gui.row, scol - 1, (char_u *)" ", in gui_outstr_nowrap()
2642 gui_mch_draw_string(gui.row, scol, s + i, cl, in gui_outstr_nowrap()
2645 gui_mch_draw_string(gui.row, scol - cn, s + i, cl, in gui_outstr_nowrap()
2657 gui_mch_draw_string(gui.row, col, s, len, draw_flags); in gui_outstr_nowrap()
H A Dgui_photon.c2141 gui_mch_draw_string(int row, int col, char_u *s, int len, int flags) in gui_mch_draw_string() function
H A Dgui_x11.c2319 gui_mch_draw_string( in gui_mch_draw_string() function
H A Dgui_haiku.cc4098 gui_mch_draw_string( in gui_mch_draw_string() function
H A Dgui_w32.c6104 gui_mch_draw_string( in gui_mch_draw_string() function