Home
last modified time | relevance | path

Searched refs:DOSO_NONE (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dmain.c3119 (void)do_source((char_u *)EVIM_FILE, FALSE, DOSO_NONE, NULL); in source_startup_scripts()
3131 if (do_source((char_u *)VIM_DEFAULTS_FILE, FALSE, DOSO_NONE, NULL) in source_startup_scripts()
3145 if (do_source(parmp->use_vimrc, FALSE, DOSO_NONE, NULL) != OK) in source_startup_scripts()
3163 (void)do_source((char_u *)SYS_VIMRC_FILE, FALSE, DOSO_NONE, NULL); in source_startup_scripts()
3167 DOSO_NONE, NULL); in source_startup_scripts()
3198 DOSO_NONE, NULL) == FAIL in source_startup_scripts()
3201 DOSO_NONE, NULL) == FAIL in source_startup_scripts()
3206 if (do_source((char_u *)VIM_DEFAULTS_FILE, FALSE, DOSO_NONE, in source_startup_scripts()
3264 DOSO_NONE, NULL); in source_startup_scripts()
H A Dvim9script.c496 res = do_source(from_name, FALSE, DOSO_NONE, &sid); in handle_import()
502 res = do_source(tv.vval.v_string, FALSE, DOSO_NONE, &sid); in handle_import()
H A Dscriptfile.c225 (void)do_source(fname, FALSE, DOSO_NONE, cookie); in source_callback()
468 (void)do_source(files[i], FALSE, DOSO_NONE, NULL); in source_all_matches()
971 else if (do_source(fname, FALSE, DOSO_NONE, NULL) == FAIL) in cmd_source()
H A Dgui.c530 do_source((char_u *)SYS_MENU_FILE, FALSE, DOSO_NONE, NULL); in gui_init()
551 && do_source(use_gvimrc, FALSE, DOSO_NONE, NULL) != OK) in gui_init()
560 do_source((char_u *)SYS_GVIMRC_FILE, FALSE, DOSO_NONE, NULL); in gui_init()
H A Dsession.c1041 do_source(fname, FALSE, DOSO_NONE, NULL); in ex_loadview()
H A Dvim.h2536 #define DOSO_NONE 0 macro
H A Dsyntax.c4797 if (source ? do_source(eap->arg, FALSE, DOSO_NONE, NULL) == FAIL in syn_cmd_include()