Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Deditor.c179 CDL_FOREACH_SAFE2(editor->all_bviews, bview, bview_tmp1, bview_tmp2, all_prev, all_next) { in editor_deinit()
180 CDL_DELETE2(editor->all_bviews, bview, all_prev, all_next); in editor_deinit()
301 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_open_bview()
316 CDL_APPEND2(editor->all_bviews, bview, all_prev, all_next); in editor_open_bview()
391 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_debug_dump()
448 CDL_FOREACH2(editor->all_bviews, tmp, all_next) { in _editor_bview_exists()
459 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_bview_edit_count()
470 CDL_FOREACH2(editor->all_bviews, bview, all_next) { in editor_count_bviews_by_buffer()
601 CDL_DELETE2(editor->all_bviews, bview, all_prev, all_next); in _editor_close_bview_inner()
1374 CDL_FOREACH2(_editor.all_bviews, bview, all_next) { in _editor_graceful_exit()
H A Dbview.c511 CDL_FOREACH_SAFE2(editor->all_bviews, bview, tmp1, tmp2, all_prev, all_next) { in _bview_buffer_callback()
884 CDL_FOREACH2(editor->all_bviews, bview_tmp, all_next) { in _bview_draw_status()
H A Dmle.h66 bview_t *all_bviews; member