Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmessage.c449 if (SOURCING_NAME != NULL) in other_sourcing_name()
452 return STRCMP(SOURCING_NAME, last_sourcing_name) != 0; in other_sourcing_name()
468 if (SOURCING_NAME != NULL && other_sourcing_name()) in get_emsg_source()
474 sname = SOURCING_NAME; in get_emsg_source()
503 if (SOURCING_NAME != NULL in get_emsg_lnum()
542 if (SOURCING_NAME == NULL || other_sourcing_name()) in msg_source()
545 if (SOURCING_NAME == NULL) in msg_source()
548 last_sourcing_name = vim_strsave(SOURCING_NAME); in msg_source()
674 SOURCING_NAME == NULL ? (char_u *)"" : SOURCING_NAME); in emsg_core()
2426 char_u *p = SOURCING_NAME; in inc_msg_scrolled()
H A Dscriptfile.c1223 if (SOURCING_NAME == NULL) in do_source()
1239 if (SOURCING_NAME == NULL) in do_source()
1434 if (SOURCING_NAME != NULL) in do_source()
1435 smsg(_("continuing in %s"), SOURCING_NAME); in do_source()
H A Duserfunc.c2680 smsg(_("calling %s"), SOURCING_NAME); in call_user_func()
2775 smsg(_("%s aborted"), SOURCING_NAME); in call_user_func()
2777 smsg(_("%s returning #%ld"), SOURCING_NAME, in call_user_func()
2799 smsg(_("%s returning %s"), SOURCING_NAME, s); in call_user_func()
2819 if (p_verbose >= 12 && SOURCING_NAME != NULL) in call_user_func()
2824 smsg(_("continuing in %s"), SOURCING_NAME); in call_user_func()
4338 if (SOURCING_NAME != NULL) in define_function()
4345 slen = (int)STRLEN(SOURCING_NAME); in define_function()
4347 SOURCING_NAME + slen - plen) == 0) in define_function()
H A Dautocmd.c2197 vim_free(SOURCING_NAME); in apply_autocmds_group()
2329 char_u **sourcing_namep = &SOURCING_NAME; in auto_next_pat()
H A Dex_docmd.c720 fname = SOURCING_NAME; in do_cmdline()
991 if ((p_verbose >= 15 && SOURCING_NAME != NULL) || p_verbose >= 16) in do_cmdline()
1454 vim_free(SOURCING_NAME); in handle_did_throw()
9106 if (SOURCING_NAME == NULL || SOURCING_LNUM == 0) in eval_vars()
H A Dglobals.h292 #define SOURCING_NAME (((estack_T *)exestack.ga_data)[exestack.ga_len - 1].es_name) macro
H A Dhighlight.c654 if (SOURCING_NAME == NULL && !dodefault) in highlight_group_link()
H A Dterm.c2382 if (SOURCING_NAME == NULL) in add_termcap_entry()