user_syntax_file_vpath  770 src/editor/editcmd.c editcmd_check_and_create_user_syntax_directory (const vfs_path_t *user_syntax_file_vpath)
user_syntax_file_vpath  775 src/editor/editcmd.c     ret = mc_stat (user_syntax_file_vpath, &st) == 0;
user_syntax_file_vpath  779 src/editor/editcmd.c         const char *user_syntax_file_path = vfs_path_as_str (user_syntax_file_vpath);
user_syntax_file_vpath 1190 src/editor/editcmd.c         vfs_path_t *user_syntax_file_vpath;
user_syntax_file_vpath 1192 src/editor/editcmd.c         user_syntax_file_vpath = mc_config_get_full_vpath (EDIT_SYNTAX_FILE);
user_syntax_file_vpath 1194 src/editor/editcmd.c         if (editcmd_check_and_create_user_syntax_directory (user_syntax_file_vpath))
user_syntax_file_vpath 1196 src/editor/editcmd.c             check_for_default (extdir_vpath, user_syntax_file_vpath);
user_syntax_file_vpath 1197 src/editor/editcmd.c             edit_arg_init (&arg, user_syntax_file_vpath, 0);
user_syntax_file_vpath 1201 src/editor/editcmd.c         vfs_path_free (user_syntax_file_vpath, TRUE);