what_vpath        162 src/filemanager/cmd.c do_edit (const vfs_path_t *what_vpath)
what_vpath        164 src/filemanager/cmd.c     edit_file_at_line (what_vpath, use_internal_edit, 0);
what_vpath        643 src/filemanager/cmd.c edit_file_at_line (const vfs_path_t *what_vpath, gboolean internal, long start_line)
what_vpath        648 src/filemanager/cmd.c         const edit_arg_t arg = { (vfs_path_t *) what_vpath, start_line };
what_vpath        667 src/filemanager/cmd.c         execute_external_editor_or_viewer (editor, what_vpath, start_line);
what_vpath         54 src/filemanager/cmd.h void edit_file_at_line (const vfs_path_t *what_vpath, gboolean internal, long start_line);