Searched refs:DOSO_NONE (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | main.c | 3119 (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 D | vim9script.c | 496 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 D | scriptfile.c | 225 (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 D | gui.c | 530 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 D | session.c | 1041 do_source(fname, FALSE, DOSO_NONE, NULL); in ex_loadview()
|
| H A D | vim.h | 2536 #define DOSO_NONE 0 macro
|
| H A D | syntax.c | 4797 if (source ? do_source(eap->arg, FALSE, DOSO_NONE, NULL) == FAIL in syn_cmd_include()
|