what_vpath        161 src/filemanager/cmd.c do_edit (const vfs_path_t *what_vpath)
what_vpath        163 src/filemanager/cmd.c     edit_file_at_line (what_vpath, use_internal_edit, 0);
what_vpath        642 src/filemanager/cmd.c edit_file_at_line (const vfs_path_t *what_vpath, gboolean internal, long start_line)
what_vpath        647 src/filemanager/cmd.c         const edit_arg_t arg = { (vfs_path_t *) what_vpath, start_line };
what_vpath        666 src/filemanager/cmd.c         execute_external_editor_or_viewer (editor, what_vpath, start_line);
what_vpath         53 src/filemanager/cmd.h void edit_file_at_line (const vfs_path_t *what_vpath, gboolean internal, long start_line);