Example #1
0
static inline void
do_edit (const char *what)
{
    do_edit_at_line (what, use_internal_edit, 0);
}
Example #2
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);
}
Example #3
0
static void
do_edit (const char *what)
{
    do_edit_at_line (what, 0);
}