Searched refs:profile_fname (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dex_cmds2.c1069 static char_u *profile_fname = NULL; variable
1088 vim_free(profile_fname);
1089 profile_fname = vim_strsave(e);
1197 if (profile_fname != NULL)
1199 fd = mch_fopen((char *)profile_fname, "w");
1201 EMSG2(_(e_notopen), profile_fname); local

Completed in 67 milliseconds