Home
last modified time | relevance | path

Searched refs:MLE_BVIEW_TYPE_PROMPT (Results 1 – 2 of 2) sorted by relevance

/dports/editors/mle/mle-1.4.3/
H A Dmle.h158 #define MLE_BVIEW_TYPE_PROMPT 2 macro
627 #define MLE_BVIEW_IS_PROMPT(bview) ((bview)->type == MLE_BVIEW_TYPE_PROMPT)
H A Deditor.c245 editor_open_bview(editor, NULL, MLE_BVIEW_TYPE_PROMPT, NULL, 0, 1, 0, 0, NULL, &editor->prompt); in editor_prompt()
329 case MLE_BVIEW_TYPE_PROMPT: rect = &editor->rect_prompt; break; in editor_open_bview()