user_syntax_file_vpath 769 src/editor/editcmd.c editcmd_check_and_create_user_syntax_directory (const vfs_path_t *user_syntax_file_vpath) user_syntax_file_vpath 774 src/editor/editcmd.c ret = mc_stat (user_syntax_file_vpath, &st) == 0; user_syntax_file_vpath 778 src/editor/editcmd.c const char *user_syntax_file_path = vfs_path_as_str (user_syntax_file_vpath); user_syntax_file_vpath 1189 src/editor/editcmd.c vfs_path_t *user_syntax_file_vpath; user_syntax_file_vpath 1191 src/editor/editcmd.c user_syntax_file_vpath = mc_config_get_full_vpath (EDIT_SYNTAX_FILE); user_syntax_file_vpath 1193 src/editor/editcmd.c if (editcmd_check_and_create_user_syntax_directory (user_syntax_file_vpath)) user_syntax_file_vpath 1195 src/editor/editcmd.c check_for_default (extdir_vpath, user_syntax_file_vpath); user_syntax_file_vpath 1196 src/editor/editcmd.c edit_arg_init (&arg, user_syntax_file_vpath, 0); user_syntax_file_vpath 1200 src/editor/editcmd.c vfs_path_free (user_syntax_file_vpath, TRUE);