Home
last modified time | relevance | path

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

/dports/editors/mle/mle-1.4.3/
H A Dmle.h627 #define MLE_BVIEW_IS_PROMPT(bview) ((bview)->type == MLE_BVIEW_TYPE_PROMPT) macro
H A Dbview.c160 if (MLE_BVIEW_IS_PROMPT(self)) { in bview_draw()
H A Deditor.c1045 if (MLE_BVIEW_IS_PROMPT(bview)) { in _editor_resize()