user_syntax_file_vpath  787 src/editor/editcmd.c editcmd_check_and_create_user_syntax_directory (const vfs_path_t *user_syntax_file_vpath)
user_syntax_file_vpath  792 src/editor/editcmd.c     ret = mc_stat (user_syntax_file_vpath, &st) == 0;
user_syntax_file_vpath  796 src/editor/editcmd.c         const char *user_syntax_file_path = vfs_path_as_str (user_syntax_file_vpath);
user_syntax_file_vpath 1200 src/editor/editcmd.c         vfs_path_t *user_syntax_file_vpath;
user_syntax_file_vpath 1202 src/editor/editcmd.c         user_syntax_file_vpath = mc_config_get_full_vpath (EDIT_SYNTAX_FILE);
user_syntax_file_vpath 1204 src/editor/editcmd.c         if (editcmd_check_and_create_user_syntax_directory (user_syntax_file_vpath))
user_syntax_file_vpath 1206 src/editor/editcmd.c             check_for_default (extdir_vpath, user_syntax_file_vpath);
user_syntax_file_vpath 1207 src/editor/editcmd.c             edit_arg_init (&arg, user_syntax_file_vpath, 0);
user_syntax_file_vpath 1211 src/editor/editcmd.c         vfs_path_free (user_syntax_file_vpath, TRUE);