Searched refs:profile_fname (Results 1 – 1 of 1) sorted by relevance
298 static char_u *profile_fname = NULL; variable316 vim_free(profile_fname); in ex_profile()317 profile_fname = expand_env_save_opt(e, TRUE); in ex_profile()920 if (profile_fname != NULL) in profile_dump()922 fd = mch_fopen((char *)profile_fname, "w"); in profile_dump()924 semsg(_(e_notopen), profile_fname); in profile_dump()