Home
last modified time | relevance | path

Searched refs:MLE_BVIEW_TYPE_EDIT (Results 1 – 3 of 3) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dcmd.c679 …editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, path, strlen(path), 1, 0, 0, NULL, NULL); in cmd_open_file()
686 editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, NULL, 0, 1, 0, 0, NULL, NULL); in cmd_open_new()
1184 editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, NULL, 0, 1, 0, 0, NULL, &bview); in cmd_show_help()
1448 …editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, line, (int)(colon - line), 1, linenum, 0… in _cmd_menu_grep_cb()
1491 …editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, fname, strlen(fname), 1, 0, 0, NULL, &bv… in _cmd_menu_ctag_cb()
1538 …editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, corrected_path, strlen(corrected_path), … in _cmd_menu_browse_cb()
1706 … editor_open_bview(ctx->editor, NULL, MLE_BVIEW_TYPE_EDIT, path, path_len, 1, 0, 0, NULL, NULL); in _cmd_fsearch_inner()
H A Deditor.c279 editor_open_bview(editor, NULL, MLE_BVIEW_TYPE_EDIT, NULL, 0, 1, 0, 0, NULL, &menu); in editor_menu()
331 case MLE_BVIEW_TYPE_EDIT: rect = &editor->rect_edit; break; in editor_open_bview()
595 editor_open_bview(editor, NULL, MLE_BVIEW_TYPE_EDIT, NULL, 0, 1, 0, 0, NULL, NULL); in _editor_close_bview_inner()
2241 editor_open_bview(editor, NULL, MLE_BVIEW_TYPE_EDIT, NULL, 0, 1, 0, 0, NULL, NULL); in _editor_init_bviews()
2247 … editor_open_bview(editor, NULL, MLE_BVIEW_TYPE_EDIT, path, path_len, 1, 0, 0, NULL, NULL); in _editor_init_bviews()
2272 editor_open_bview(editor, NULL, MLE_BVIEW_TYPE_EDIT, NULL, 0, 1, 0, 0, NULL, &bview); in _editor_init_headless_mode()
H A Dmle.h156 #define MLE_BVIEW_TYPE_EDIT 0 macro
623 #define MLE_BVIEW_IS_EDIT(bview) ((bview)->type == MLE_BVIEW_TYPE_EDIT)