Searched refs:event_T (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 384 event_T event; in au_cleanup() 455 event_T event; in aubuflocal_remove() 523 event_T event; in au_del_group() 637 static event_T 838 event_T event; in do_autocmd() 1033 event_T event, in do_autocmd_event() 1665 event_T event, in apply_autocmds() 1681 event_T event, in apply_autocmds_exarg() 1700 event_T event, in apply_autocmds_retval() 1858 event_T event, in apply_autocmds_group() [all …]
|
| H A D | vim.h | 1389 typedef enum auto_event event_T; typedef
|
| H A D | edit.c | 5419 ins_apply_autocmds(event_T event) in ins_apply_autocmds()
|
| /vim-8.2.3635/src/proto/ |
| H A D | autocmd.pro | 15 int apply_autocmds(event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf); 16 int apply_autocmds_exarg(event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, exa… 17 int apply_autocmds_retval(event_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, in… 33 int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
|
| H A D | edit.pro | 39 int ins_apply_autocmds(event_T event);
|