Searched refs:ui_write (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ui.pro | 2 void ui_write(char_u *s, int len, int console);
|
| /vim-8.2.3635/src/ |
| H A D | ui.c | 21 ui_write(char_u *s, int len, int console UNUSED) in ui_write() function
|
| H A D | eval.c | 6246 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 D | vim9execute.c | 2044 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 D | term.c | 2571 ui_write(out_buf, len, FALSE); in out_flush()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version5.txt | 4339 Moved auto-selection from ui_write() to the screen update functions. Avoids
|