Home
last modified time | relevance | path

Searched refs:bview_new (Results 1 – 4 of 4) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dmle.h422 bview_t *bview_new(editor_t *editor, char *opt_path, int opt_path_len, buffer_t *opt_buffer);
H A Deditor.c314 bview = bview_new(editor, opt_path, opt_path_len, opt_buffer); in editor_open_bview()
2226 editor->status = bview_new(editor, NULL, 0, NULL); in _editor_init_status()
H A Dbview.c24 bview_t *bview_new(editor_t *editor, char *opt_path, int opt_path_len, buffer_t *opt_buffer) { in bview_new() function
H A Duscript.inc793 rv = bview_new(editor, opt_path, opt_path_len, opt_buffer);
2492 { "bview_new", _uscript_func_bview_new },