Home
last modified time | relevance | path

Searched refs:ui_write (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dui.pro2 void ui_write(char_u *s, int len, int console);
/vim-8.2.3635/src/
H A Dui.c21 ui_write(char_u *s, int len, int console UNUSED) in ui_write() function
H A Deval.c6246 ui_write(ga.ga_data, (int)STRLEN(ga.ga_data), TRUE); in ex_execute()
6247 ui_write((char_u *)"\r\n", 2, TRUE); in ex_execute()
H A Dvim9execute.c2044 ui_write(ga.ga_data, (int)STRLEN(ga.ga_data), in exec_instructions()
2046 ui_write((char_u *)"\r\n", 2, TRUE); in exec_instructions()
H A Dterm.c2571 ui_write(out_buf, len, FALSE); in out_flush()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt4339 Moved auto-selection from ui_write() to the screen update functions. Avoids