edit_init         183 src/editor/edit-impl.h WEdit *edit_init (WEdit * edit, const WRect * r, const vfs_path_t * filename_vpath, long line);
edit_init        2287 src/editor/edit.c     if (edit_init (e, &w->rect, filename_vpath, line) == NULL)
edit_init        1380 src/editor/editwidget.c     edit = edit_init (NULL, r, f, fline);
edit_init         174 tests/src/editor/edit_complete_word_cmd.c     test_edit = edit_init (NULL, &r, vfs_path_from_str ("test-data.txt"), 1);