Searched refs:do_buffer (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | option.pro | 6 void set_local_options_default(win_T *wp, int do_buffer);
|
| H A D | buffer.pro | 15 int do_buffer(int action, int start, int dir, int count, int forceit);
|
| /vim-8.2.3635/src/ |
| H A D | buffer.c | 1058 (void)do_buffer(*eap->cmd == 's' ? DOBUF_SPLIT : DOBUF_GOTO, in goto_buffer() 1569 do_buffer( in do_buffer() function 1610 (void)do_buffer(command, DOBUF_CURRENT, FORWARD, 0, forceit); in do_bufdel() 1660 if (!got_int && do_current && do_buffer(command, DOBUF_FIRST, in do_bufdel()
|
| H A D | netbeans.c | 1888 do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD, in nb_do_cmd()
|
| H A D | option.c | 762 set_local_options_default(win_T *wp, int do_buffer) in set_local_options_default() argument 777 && (do_buffer || (p->indir & PV_BUF) == 0) in set_local_options_default()
|
| H A D | os_unix.c | 4509 do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD, buf->b_fnum, TRUE); in mch_call_shell_terminal()
|
| H A D | if_py_both.h | 5586 if (do_buffer(DOBUF_GOTO, DOBUF_FIRST, FORWARD, count, 0) == FAIL) in CurrentSetattr()
|
| H A D | os_win32.c | 4743 do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD, buf->b_fnum, TRUE); in mch_call_shell_terminal()
|
| H A D | terminal.c | 416 do_buffer(DOBUF_WIPE, DOBUF_FIRST, FORWARD, buf->b_fnum, TRUE); in term_close_buffer()
|