Home
last modified time | relevance | path

Searched refs:estack_push (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dscriptfile.pro3 estack_T *estack_push(etype_T type, char_u *name, long lnum);
/vim-8.2.3635/src/
H A Dscriptfile.c46 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 Dmain.c3041 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 Dautocmd.c2091 estack_push(ETYPE_AUCMD, NULL, 0); in apply_autocmds_group()
H A Dmap.c2050 estack_push(ETYPE_INTERNAL, (char_u *)"mappings", 0); in check_map_keycodes()
H A Dbuffer.c5502 estack_push(ETYPE_MODELINE, (char_u *)"modelines", lnum); in chk_modeline()
H A Dspellfile.c402 estack_push(ETYPE_SPELL, fname, 0); in spell_load_file()
H A Dex_docmd.c1423 estack_push(ETYPE_EXCEPT, current_exception->throw_name, in handle_did_throw()