Searched refs:estack_push (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | scriptfile.pro | 3 estack_T *estack_push(etype_T type, char_u *name, long lnum);
|
| /vim-8.2.3635/src/ |
| H A D | scriptfile.c | 46 estack_push(etype_T type, char_u *name, long lnum) in estack_push() function 74 estack_T *entry = estack_push(ETYPE_UFUNC, in estack_push_ufunc() 1273 estack_push(ETYPE_SCRIPT, fname_exp, 0); in do_source()
|
| H A D | main.c | 3041 estack_push(ETYPE_ARGS, (char_u *)_("pre-vimrc command line"), 0); in exe_pre_commands() 3074 estack_push(ETYPE_ARGS, (char_u *)"command line", 0); in exe_commands() 3312 estack_push(ETYPE_ENV, env, 0); in process_env()
|
| H A D | autocmd.c | 2091 estack_push(ETYPE_AUCMD, NULL, 0); in apply_autocmds_group()
|
| H A D | map.c | 2050 estack_push(ETYPE_INTERNAL, (char_u *)"mappings", 0); in check_map_keycodes()
|
| H A D | buffer.c | 5502 estack_push(ETYPE_MODELINE, (char_u *)"modelines", lnum); in chk_modeline()
|
| H A D | spellfile.c | 402 estack_push(ETYPE_SPELL, fname, 0); in spell_load_file()
|
| H A D | ex_docmd.c | 1423 estack_push(ETYPE_EXCEPT, current_exception->throw_name, in handle_did_throw()
|