Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dmle.h626 #define MLE_BVIEW_IS_STATUS(bview) ((bview)->type == MLE_BVIEW_TYPE_STATUS) macro
H A Dbview.c162 } else if (MLE_BVIEW_IS_STATUS(self)) { in bview_draw()
H A Deditor.c1047 } else if (MLE_BVIEW_IS_STATUS(bview)) { in _editor_resize()