static inline void do_edit (const char *what) { do_edit_at_line (what, use_internal_edit, 0); }
void edit_cmd_force_internal (void) { if (regex_command (selection (current_panel)->fname, "Edit", NULL) == 0) do_edit_at_line (selection (current_panel)->fname, TRUE, 0); }
static void do_edit (const char *what) { do_edit_at_line (what, 0); }